@charset "utf-8";
/* CSS Document */
html
{
	padding:0px;
	margin:0px;
	background:#181818 url(../bg_html.jpg) repeat-x;
}
body
{
	background:url(../bg_body.jpg) no-repeat top center;
	padding:0px;
	margin:0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{color:#87011E; text-decoration:none;}
a:hover{text-decoration:underline;}
a img{border:none;}

input.input
{
	border:1px solid #C7C7C7;
	width:355px;
	float:left;
	color:#373A3D;
	font-size:13px;
	font-weight:bold;
	padding:7px 0px 10px 0px;
}
textarea.textarea
{
	border:1px solid #C7C7C7;
	width:355px;
	height:230px;
	float:left;
	color:#373A3D;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

h1
{
	font-size:18px;
	padding:0px;
	margin:0px;
}
h2
{
	font-size:17px;
	padding:10px 0px 3px 0px;
	margin:0px;
}
.hr
{
	background:url(../bg_hr.gif) repeat-x;
	height:1px;
	overflow:hidden;
	margin:35px 15px 35px 15px;
}

.col
{
	float:left;
}
.colr
{
	float:right;
}
.endcol
{
	clear:both;
}

.leftTd
{
	background:url(../bg_left.jpg) right bottom no-repeat;
}
.rightTd
{
	background:url(../bg_right.jpg) left bottom no-repeat;
}
.conteiner
{
	width:851px;
}

.bgTopDiv
{
	background:#FCFCFC url(../bg_top.gif) no-repeat top left;
}
.bgBotDiv
{
	background:url(../bg_bootom.jpg) bottom left no-repeat;
	width:851px;
}

.contentDiv
{
	width:850px;
}
	.contentDiv .innerDiv
	{
		padding:10px;
	}
	
.titleTopTab
{
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
}
	.titleTopTab .text
	{
		background:url(../bg_titletop.gif) repeat-x;
		height:48px;
		width:100%;
	}
	
.htsPic
{
	padding:0px 10px 0px 0px;
}
	.htsPic img
	{
		border:1px solid #CCCDCE;
	}
.htsText
{
	color:#343434;
	font-size:11px;
	font-weight:bold;
	width:475px;
}
	.htsText span
	{
		line-height:25px;
	}
		.htsText span a
		{
			text-decoration:none;
			color:#870000;
		}
		
.indexText
{
	font-size:13px;
	color:#181818;
}
	.indexText span
	{
		line-height:24px;
	}
	.indexText a{text-decoration:underline;}
	.indexText a:hover{text-decoration:none;}

.newProdDiv
{
	width:365px; 
	height:325px; 
	margin-left:23px; 
	text-align:center;
}
	.newProdDiv table
	{
		width:170px;
		height:170px;
		border:none;
		margin:auto;
	}
	.newProdDiv table tr td.centering
	{
		vertical-align:middle;
		text-align:center;
	}


.textBroun
{
	color:#550000;
}

.formCol
{
	width:440px;
}
	.formCol .colText
	{
		width:70px;
		text-align:right;
		color:#373A3D;
		font-size:13px;
		font-weight:bold;
		padding-top:8px;
	}
	.formCol .colInput
	{
		padding:0px 0px 15px 10px;
	}
	
.contuctInfo
{
	font-size:12px;
	font-weight:bold;
	color:#7F7F7F;
	padding:20px 0px 0px 35px;
	line-height:22px;
}
	.contuctInfo a
	{
		color:#7F7F7F;
		text-decoration:none;
	}
	.contuctInfo .title
	{
		font-size:18px;
		color:#5F5F5F;
		font-weight:normal;
	}
		.contuctInfo .title span
		{
			color:#949494;
		}
		
		
.gogleMapDiv
{
	padding:40px 0px 0px 0px;
}


.topDiv
{
	height:107px;
}

.topMenu
{
	width:590px;
}
	.topMenu .col
	{
		height:29px;
	}
	.topMenu a
	{
		color:#000000;
		text-decoration:none;
		display:block;
		padding:7px 0px 7px 0px;
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.topMenu .act a
	{
		font-weight:bold;
		font-size:11px;
	}

/* The new Main menu */
div.topMenu div.item{height:29px; float:right; margin:0px 0px 0px 0px; padding:0;}
div.topMenu div.item a{height:29px; line-height:29px; background:url(../bg_tomenu.png) repeat-x; padding:0; margin:0; font-size:11px;}
div.topMenu div.item a.active{height:29px; line-height:29px; background:url(../bg_tomenu_act.png) repeat-x; padding:0; margin:0; font-size:11px;}
div.topMenu div.left{float:right; width:5px; height:29px; margin-left:1px; background:url(../bg_tomenu_newleft.png) no-repeat;}
div.topMenu div.right{float:right; width:5px; height:29px; margin-right:1px; background:url(../bg_tomenu_newright.png) no-repeat;}
div.topMenu div.leftact{float:right; width:5px; height:29px; margin-left:1px; background:url(../bg_tomenu_newleft_act.png) no-repeat;}
div.topMenu div.rightact{float:right; width:5px; height:29px; margin-right:1px; background:url(../bg_tomenu_newright_act.png) no-repeat;}

/* News section */
div.news{margin-bottom:30px;}
div.news img{margin:12px 9px 3px 0px; border:1px solid #3B3B3B;}


.footer
{
	height:75px;
	font-size:12px;
	color:#7F7F7F;
	font-weight:bold;
}
	.footer a
	{
		color:#7F7F7F;
		text-decoration:none;
	}
	.footer span
	{
		font-size:18px;
	}
	
	
	
.productColLeft
{
	width:262px;
}	
.ulMenu
{
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
	.ulMenu .li
	{
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		list-style:none;
		width:262px;
	}
		.ulMenu .li a
		{
			background:url(../bg_ul_menu.gif) no-repeat left top;
			height:36px;
			line-height:36px;
			display:block;
			color:#FFFFFF;
			font-size:14px;
			text-decoration:none;
			padding-left:30px;
		}
	.ulMenu .top a
	{
		background:url(../bg_ulmenu_top.gif) no-repeat left top;
		height:37px;
		line-height:37px;
	}
	.ulMenu .bot a
	{
		background:url(../bg_ulmenu_bot.gif) no-repeat top left;
		height:40px;
		line-height:40px;
	}
	
	
.innerUl
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	.innerUl .li
	{
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		list-style:none;
		background:#FFFFFF;
	}
		.innerUl .li a
		{
			display:block;
			background:url(../bg_ul_menu_inner.gif) no-repeat top left;
			height:36px;
			color:#550000;
			font-weight:bold;
			padding-left:50px;
		}
		
.productColRight
{
	width:555px;
}	
.titleProducTab
{
	
}
	.titleProducTab .text
	{
		background:url(../bg_titleproduct.gif) repeat-x;
		height:48px;
		width:100%;
		color:#87011E;
		font-size:12px;
		font-weight:bold;
	}
		.titleProducTab .text span
		{
			color:#494949;
		}

/* SUBCATEGORY LISTING */
table.subcats{margin:0 auto;}
table.subcats td.info{font-size:15px; text-align:center;}
table.subcats td.subc{font-size:14px; text-align:center;}
table.subcats td.subc img{margin:5px;}

/* PRODUCT COLORS */
span.onsale{color:#FF9933; text-decoration:underline;}
span.soldout{color:#D1161B;}
span.special{color:#315B86;}
span.isnew{color:#ECE000;}
span.upcoming{color:#FF0000; text-decoration:none;}
span.highlighter{background-color:#FFAEB0;}
span.small{font-size:10px;}
span.error{font-size:10px; color:#FF0000;}

/* SMALL PRODUCT LISTING */
table.prodSmallList{width:480px; margin:0 auto; border-collapse:collapse; margin-top:9px;}
table.prodSmallList td{vertical-align:top;}
table.prodSmallList td.toptitle{padding:3px; font-size:13px; text-align:center; font-weight:bold; background-color:#E8E8E8;}
table.prodSmallList td.smtop-img{width:40px; font-size:12px; font-weight:bold; background-color:#E8E8E8;}
table.prodSmallList td.smtop-id{width:100px; font-size:12px; font-weight:bold; background-color:#E8E8E8;}
table.prodSmallList td.smtop-title{width:270px; font-size:12px; font-weight:bold; background-color:#E8E8E8;}
table.prodSmallList td.smtop-price{width:70px; font-size:12px; font-weight:bold; background-color:#E8E8E8;}
table.prodSmallList td.smimg{width:40px; text-align:center;}
table.prodSmallList td.smimg img{margin:0; padding:0;}
table.prodSmallList td.smid{width:100px; font:10px "Lucida Console"; border-bottom:1px dotted #D6D6D6;}
table.prodSmallList td.smid a{color:#000000; text-decoration:none;}
table.prodSmallList td.smid a:hover{text-decoration:underline;}
table.prodSmallList td.smtitle{width:270px; font-size:14px; height:27px; border-bottom:1px dotted #D6D6D6; font-weight:bold;}
table.prodSmallList td.smprice{width:70px; font-size:11px; text-align:right; border-bottom:1px dotted #D6D6D6;}

/* MEDIUM PRODUCT LISTING */
table.prodMediumList{width:100%; margin:10px 0 0 0; padding:0; border:0px;}
table.prodMediumList td{width:50%; text-align:center; vertical-align:top;}
table.prodMed{width:100%; border:0px; margin-bottom:9px;}
table.prodMed td.top{height:15px; font-size:0px; background:url(../bg_prdtb_top.gif) no-repeat;}
table.prodMed td.bot{height:15px; font-size:0px; background:url(../bg_prdtb_bot.gif) no-repeat;}
table.prodMed td.img{height:166px; vertical-align:middle; background:url(../bg_prdtb.gif) repeat-y;}
table.prodMed td.text{background:url(../bg_prdtb.gif) repeat-y;}

/* BIG PRODUCT LISTING */
table.prodBigList{width:100%; margin:10px 0 0 0; padding:0; border:0px;}
table.prodBigList td{width:100%; text-align:left; vertical-align:top;}
table.prodBig{width:100%; border:0px; margin-bottom:9px;}
table.prodBig td.top{height:15px; font-size:0px; background:url(../prodBigTop.gif) no-repeat;}
table.prodBig td.bot{height:15px; font-size:0px; background:url(../prodBigBot.gif) no-repeat;}
table.prodBig td.text{background:url(../prodBigMid.gif) repeat-y;}
table.prodBig div.img{float:left; margin:0; text-align:center; width:185px;}
table.prodBig div.cont{float:left; width:355px;}
table.prodBig div.desc{margin:8px 0 8px 0; font-size:12px;}
		
	.text .name{
		color:#87011E;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
	}
	.text .price{
		color:#525252;
		font-size:15px;
		padding:3px 0px 3px 0px;
	}
	.text .subinfo{
		font-size:12px;
	}
	
/* SINGLE PRODUCT DISPLAY */
div.id{}
div.oldprice{color:#454545; font-style:italic; font-size:15px; margin-top:15px; text-decoration:line-through;}
div.offerprice{font-size:15px; margin-bottom:15px;}
div.price{font-size:15px; margin:15px 0 15px 0;}
div.package{font-size:13px; margin:15px 0 18px 0;}
div.package ul{margin:0px 0px 0px 5px; padding:0px; list-style-type:none;}
div.package ul li{background:url(package.gif) 0 0 no-repeat; padding-left:27px;} 

#navigation{text-align:center;}
#largeThumb{text-align:center;}
#largeThumb img{}
#tinyImages{text-align:center; margin:5px 0 2px 0;}
#tinyImages img.tinySelect{border:#818181 solid 1px;}
#tinyImages img.tinyThumb{border:#818181 dashed 1px;}

/* Basket big form */
table.baskettb{width:540px; margin:0 auto; padding:0px; margin-top:9px;}
table.baskettb td{padding-top:5px; border-bottom:1px dashed #D4D4D4; border-collapse:collapse; vertical-align:top;}
table.baskettb td.toptitle{padding:0px; text-align:center; font-weight:bold; color:#000000; background-color:#E8E8E8; border-bottom:0px;}
table.baskettb td.amount{width:100px; height:30px; text-align:center; font-size:11px;}
table.baskettb td.amount input.txt{width:30px; padding:2px 2px 2px 3px; border:1px solid #4F4F4F; font-size:14px;}
table.baskettb td.image{width:40px; text-align:center;}
table.baskettb td.info{width:220px;}
table.baskettb td.extras{width:90px; text-align:right; font-size:12px;}
table.baskettb td.price{width:90px; text-align:right; padding-right:2px; font-size:12px;}
table.baskettb h4{margin:0; padding:0; font-size:14px;}

.basketBox
{
	background:url(../bg_basketbox.gif) repeat-y;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	min-height:110px;
	line-height:20px;
	text-align:center;
}	
	
/* Order form */
table.orderform{width:460px; margin:0 auto; margin-top:9px;}
table.orderform td.info{font-size:14px; padding-bottom:25px; line-height:16px; text-align:justify;}
table.orderform td.orderstatus{font-size:12px; padding-bottom:25px; line-height:16px; text-align:center;}
table.orderform td.caption{width:130px; padding-top:6px; vertical-align:top; font-size:14px; font-weight:bold; font-style:italic;}
table.orderform td.content{padding-bottom:2px;}
table.orderform td.content input{width:250px; padding:3px; font-size:14px;}
table.orderform td.content textarea{font-family:Arial, Helvetica, sans-serif; font-size:14px; width:250px; height:110px; padding:3px;} 
table.orderform div.error{color:#B70004; font-weight:bold;}
table.orderform td.orderitem{font-size:18px; padding:6px 0 6px 8px;}
table.orderform td.buttons{text-align:left; padding-left:15px;}

/* News */
table.newstable td{padding-bottom:25px;}
table.newstable td.left-image{vertical-align:top; width:170px;}
table.newstable td.left-image img{float:left;}
table.newstable td.content{vertical-align:top; padding-right:170px;}
table.newstable td.content span.title{font-weight:bold; font-size:14px;}
table.newstable td.content span.title em{font-weight:normal; font-size:12px;}
table.newstable td.content p{font-size:12px;}

/* News front */
div.newsfront{margin-bottom:35px;}
div.newsfront h3{font-weight:bold; font-size:14px;}
div.newsfront h3 em{font-weight:normal; font-size:12px;}
div.newsfront p{font-size:12px;}
div.newsfront img{float:left; margin:0 8px 8px 0;}


/* Older entries */
table.oldentries{width:450px; margin:0 auto; border:0px;}
table.oldentries td.oldyear{text-align:center; font-size:16px; font-weight:bold; color:#000000; background-color:#D1D1D1;}
table.oldentries td.oldmonth{font-weight:bold; font-size:13px; padding-top:16px; border-bottom:1px solid #D1D1D1; }
table.oldentries td.olddate{width:45px; font-size:11px; color:#515151; text-align:right; padding-left:5px; vertical-align:top;}
table.oldentries td.oldtitle{padding-left:4px; text-align:left;}
table.oldentries td.oldyearspace{height:34px;}
table.oldentries td.oldcounts{width:65px; text-align:right;}
