/**************** CFNS *********************/

@import url('home.css'); 
@import url('category.css'); 
@import url('brand.css'); 
@import url('model.css');
@import url('checkout.css');
@import url('frontPrice.css');
@import url('Buttons.css');
@import url('FormLayout.css');
@import url('ajax.css');
@import url('scroller.css');

/**************** BODY *********************/

* { 
	margin: 			0; 
	padding:			0; 
} 

html body 
{ 
 height: 100%;  
} 

body{
	background:			#CCCCCC;
	font-family:		arial,verdana,sans-serif;
	font-size:			100%;
	color:			#000000;
	margin:			0pt;
	line-height:		20px;
	min-width:			970px;
}

#container {
	background:			#FFFFFF;
	min-width:			870px;
	overflow:			hidden;
	position:			relative;
	width:			100%;
}

a img {
	border:			0pt none;
}

/**************** HEADER *********************/ 

#header { 
	background-image: 	url(../images/layout/header-bg.jpg);
	background-color: 	#660000;
	height: 			100px; 
} 

#header h1 {
	display:			none;
}

#header h3{
	display:			none;
}

#header .logo {
	float: 			left;
}

.nav2 {
	color:			#FFFFFF;
	padding-right:		0;
		
}
span.nav2  {
	display:			inline;
	font-size:			80%;
	text-align:			right;
	width:              100%;
}

a.nav2  {
	background-color:		inherit;
	color:			#FFFFFF;
	text-decoration:		none;
}

a:hover.nav2  {
	color:			#FFFF00;
	text-decoration:		underline;
}

#header .nav {
	float: 			right;
	color:			#FFFFFF;
	padding-right:		15px;
		
}


#header .nav li {
	display:			inline;
	font-size:			70%;
}

#header .nav li a {
	background-color:		inherit;
	color:			#FFFFFF;
	text-decoration:		none;
}

#header .nav li a:hover {
	color:			#FFFF00;
	text-decoration:		underline;
}

#header .nav  p {
	margin-top:			10px;
	color:			#FFFFFF;
	font-weight:		bold;
	font-size:			110%;
	
}
/**************** CART BOX *********************/

#cartBox {
	border:			1px solid #FFFFFF;
	margin:			10px 0pt;
	padding:			5px;
}

.cartIcon {
	margin-right:		5px;
	margin-bottom:		-3px;
}

.cartBoxHighlight {
	color:			#FFFF00;
	font-weight:		bold;
	text-decoration:		none;
}

/**************** MAIN NAV *********************/

#nav {
	background: 		url(../images/layout/nav-bg.gif) #000000;
	height:			30px;
	width:			100%;
}
	
#menu{
	list-style-type:		none;
	position: 			relative;
	text-align:			center;
	text-transform:		uppercase;
	color: 			#ffffff;
	padding-bottom:		5px;
	padding-top:		5px;
	width:			100%;
}

#menu li  {
	display:			inline;
	text-transform:		uppercase;
	font-weight:		bold;
	font-size:			75%;
	padding-bottom:		5px;
	padding-left:		2px;
	padding-right:		2px;
	padding-top:		5px;
}

#menu li a  {
	color:			#FFFFFF;
	text-decoration:		none;
	padding-left:		5px;
	padding-right:		5px;
}

#menu li a:hover  {
	color:			#FF0000;
	padding-bottom:		5px;
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;
}


/**************** MAIN *********************/

#main {
	background:			#FFFFFF;
	overflow:			hidden;
	padding:			0px 0px 20px 250px;
}

#sidebar {
	float:			left;
	overflow:			hidden;
	display:			inline;
	margin:			0pt 0px 0pt -250px;
	width:			250px;
}

#right {
	float:			right;
	width:			100%;
}

/**************** CONTENT *********************/ 

#content {
	background:			inherit;
	float:			left;
	text-align:			left;
	padding-top:		10px;
	width:			99%;
}

#content h1 {
	padding-bottom:		.5em;
	font-size: 			190%; 
	line-height:		30px;
	font-family:		Trebuchet MS, Trebuchet, Arial;
	color: 			#660000;
	text-align: 		Left;
} 

#content h2 {
	padding-top:		.5em;
	padding-bottom:		.5em;
	font-size: 			100%; 
	color: 			#000000;
	text-align: 		Left;
	text-decoration:		underline;
} 

#content h4 {
	padding-top:		.5em;
	padding-bottom:		.5em;
	font-size: 			120%; 
	color: 			#000000;
	text-align: 		center;
	text-decoration:		underline;
}

#content p {
	padding-bottom:		10px;
	font-size:			80%;
}

#content ul {
	margin-left:		30px;
	margin-bottom:		0px;
	list-style-position:	outside;
	list-style-type:		square;
	font-size:			90%;
}

#content ul {
	list-style-type:		square;
	margin:			0pt 0px 0px 20px;
}

#content ul li {
	list-style-type:		square;
	margin:			0px 0px 10px 0px;
	padding:			0pt;
}

.recent { 
	margin: 			6px 0px 0 6px; 
 	border: 			double #660000 10px;
	padding:			5px;
}

#content .vcard {
	padding-bottom:		.1em;
}

#content a { 
	color:			#0000FF;
	text-decoration:		underline;
}

#content a:hover { 
	color:			#FF0000;
	text-decoration:		underline;
}

a.fplink {
	color:				#000000;
	text-decoration:    none;	
} 

a.fplink:hover {
	color:				#FF0000;
	text-decoration:    none;	
}

/***************** SCROLLER **********************/

.scroll A:visited { color:#FFF; }

/**************** BREADCRUMB *********************/

#breadcrumb 
{
	padding-bottom:		.5em; 
}

#breadcrumb ul {
	list-style-position:	outside;
	list-style-type:		none;
	text-align:			left;
}

#breadcrumb ul li {
	display:			inline;
	font-size:			60%;
	font-weight:		bold;
}

#breadcrumb li a {
	color:			#333333;
	text-decoration:		none;
}

#breadcrumb li a:hover {
	color:			#FF0000;
	text-decoration:		underline;
}

#breadcrumb li a.active  {
	color:			#999999;
	text-decoration:		underline;
}


/**************** RIGHT *********************/

.side-box-title {
	background: 		#C65D02 url(../images/layout/product_title.jpg) repeat-x top left;
	margin: 			0px;
	padding: 			5px 5px 6px 5px;
	color: 			#FFFFFF;
	font-family:		Tahoma, Arial, Verdana;
	font-size: 			16px;
	font-weight:		bold;
	text-transform: 		uppercase;
	text-align: 		center;
}

.side-box {
	border: 			1px solid #666666;
	background-color: 	#FFF4CF;
	margin: 			5px 15px 10px 15px;
	text-align: 		left;
	text-transform: 		uppercase;
}

.side-box ul {
	list-style: 		none;
	margin: 			0;
	padding: 			5px 5px 6px 5px;
	font-size: 			10px;
}

.side-box ul li {
	padding:			1px;
}

.side-box ul li a {
	text-decoration: 		none;
	color: 			#000000;
}

.side-box ul li a:hover {
	color: 			#A42525;
	text-decoration: 		underline;
}

/**************** FOOTER *********************/

#footer {
	background-image: 	url(../images/layout/footer.jpg);
	background-color: 	#660000;
	margin-top:			0px;	
	color:			#FFFFFF;
	height: 			30px;
	text-align:			center; 
}

/**************** FOOTER LINKS *********************/

.blmenu {
	padding-top:		4px;	
	list-style-type:		none;
	overflow:			hidden;
}

.blmenu li {
	display:			inline;
	padding-left:		2px;	
	font-size:			70%;
}

.blmenu li a {
	background-color:		inherit;
	color:			#FFFFFF;
	text-decoration:		none;
}

.blmenu li a:hover {
	color:			#FFFF00;
	text-decoration:		underline;
}

/**************** BOTTOM LINKS *********************/

.bottom {
	background-color:		#CCCCCC;
	font-size:			70%;
	color:			#000000;
	text-align:			center;
	padding-bottom:		5px;
}

.bottom a {
	color:			#0000FF;
	text-decoration:		underline;
}

.bottom a:hover {
	color:			#660000;
	text-decoration:		underline;
}

/**************** INTERNAL *********************/

.atop {
	background: 		#D6DDE6 url(../images/layout/a-top.jpg) repeat-x;
	border: 			1px solid #666666;
	padding:			5px;
	color: 			#000000;
	font-family:		Tahoma, Arial, Verdana;
	font-size: 			14px;
	font-weight:		bold;
	text-transform: 		uppercase;
	text-align: 		center;
}

.abox {
	border-left: 		1px solid #666666;
	border-right: 		1px solid #666666;
	border-bottom: 		1px solid #666666;
	padding:			5px;
	text-align: 		left;
}

.atitle {
	margin-bottom: 		15px; 
 	padding-top: 		0px; 
	padding-bottom: 		1px; 
 	border-bottom: 		1px solid #660000; 
 	font-size: 			110%;
 	color: 			#660000;
}

.atable {
	margin-top:			25px;
}

.atable2 {
	margin-left:		25px;
}

.quantity {
	width:				25px;	
}

.giftCertificateValue {
	width:				100px;	
}


