/* CSS Document */

/******************************************************************************************

	Site:		FPS
	Section:	c-yellow

	Author:		Maze
	
	
	
	Media type:		All

	1 - Typography
	2 - Navigation
	3 - Features


******************************************************************************************/



/***********************************************************************
	1 - TYPOGRAPHY
************************************************************************/

body.c-yellow p.lead-para {
	color: #DFB62B;
	font-weight: bold;
	font-size: 120%;
}


body.c-yellow h2 {
	color: #000000;
	font-size: 120%;
}

body.c-yellow a {
	color: #DFB62B;
}


body.c-yellow #left-column p.sub-nav-head {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DFB62B;
	padding-bottom: 4px;
	color:#000000;
	font-size: 120%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;

}

body.c-yellow #right-column h4 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DFB62B;
	padding-bottom: 4px;
	font-size: 100%;
	margin-bottom:0px;

}


/***********************************************************************
	2 - NAVIGATION
************************************************************************/


body.c-yellow #sub-nav a:hover {
	color: #DFB62B;
	background-color: #CCCCCC;
	color:#000000;

}


body.c-yellow #sub-nav a.on {
	background-color: #DFB62B;
	color:#000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


body.c-yellow #nav-container a.on {
	background-color: #DFB62B;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFB62B;
}



/***********************************************************************
	3 - STRUCTURE
************************************************************************/

#content {
	margin-right:15px;
	width: 610px;
}

/******* PRODUCT THUMBS ********/

#product-item {
	border:#CCCCCC 1px solid;
	padding:0px;
	margin:6px;
	margin-bottom:18px;
	float:left;
	width:185px;
}

#product-title {
	background-color:#F2F2F2;
	border-bottom:#DFB62B 1px solid;
	padding:8px 8px 3px 8px;
	font-family:Arial, Helvetica, sans-serif;
}

#product-title h2 a {
	color:#000000;
}

#product-title h2 a:hover {
	text-decoration:underline;
}

#product-title h2 {
	color:#000000;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px;
	border-bottom:none;
	margin-right:8px;
}

.price {
	color:#CC0033;
}

#product-item img {
	float:none;
	margin:6px 0px 6px 14px;
	padding:0px;
}

#product-detail {
	padding:6px 8px 6px 8px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

#product-detail a {
	font-weight:bold;
}

#product-detail a:hover {
	text-decoration:underline;
}


/******* PRODUCTS IN DETAIL ********/


	
#product-detail-title {
	background-color:#F2F2F2;
	border-bottom:#DFB62B 1px solid;
	padding:8px 8px 8px 8px;
}
	
#product-detail-title h2 {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	font-weight:bold;
	border-bottom:none;
	margin:0px;
}

#product-detail-title h3.price {
	color:#CC0033;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px;
}

#product-detail-wrap img {
	float:left;
	border:#CCCCCC 1px solid;
	padding:10px;
	margin-right:5px;
	max-width:260px;
}

#product-description {
	width:325px;
	float:right;
}

#product-description p {
	padding-left:8px;
	padding-right:8px;
}


/******* YOUR BASKET ********/

#right-column {
	padding-top: 0px;
	width:128px;
}

#checkout-item {
	border:#CCCCCC 1px solid;
	padding:10px 6px 10px 6px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

#basket-buttons {
	border:#CCCCCC 1px solid;
	background-color:#F2F2F2;
	text-align:center;
	padding:0px 0px 8px 8px;
}

#sub-total {
	border:#CCCCCC 1px solid;
	padding:10px 6px 10px 6px;
	color:#000000;
	background-color:#DFB62B;
	font-family:Arial, Helvetica, sans-serif;
}

#right-column .basket-row {
	background-color:#FBF5E6;
}

.checkout-row {
	background-color:#FBF5E6;
}

/******* CHECKOUT ********/


table#checkout {
	border-collapse:collapse;
	border:#CCCCCC 1px solid;
	margin:25px 0px 0px 0px;
}

#checkout-wrap {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

#checkout td {
	border-collapse:collapse;
	text-align:center;
	padding:4px 14px 4px 14px;
	border-right:#CCCCCC 1px solid;	
}

#checkout thead {
	color:#333333;
	font-weight:bold;
	font-size:110%;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:20px;
	background-color:#F2F2F2;
}

#checkout thead th {
	border-right:#CCCCCC 1px solid;	
}

#checkout tbody {
	border-bottom:#CCCCCC 1px solid;
}

#checkout th {
	padding:10px 0px 10px 0px;
	text-align:center;
}

#checkout tr td .qty {
	color:#999999;
	width:25px;
	text-align:center;
}

#checkout tr td .item {
	width:300px;
	font-weight:bold;
	text-align:left;
}

#checkout tr th .item-title {
	text-align:left;
	margin-left:12px;
}

#checkout tr th .totals {
	width:150px;
}

#checkout-wrap #payment-options {
	float:right;
	width:217px;
	margin-right:0px;
	border-collapse:collapse;
}

#checkout-wrap #payment-options td {
	padding:12px 0px 12px 14px;
	border-bottom:#CCCCCC 1px solid;
}

#checkout-wrap #shipping-info {
	float:left;
	width:340px;
	font-size:90%;
	margin-left:15px;
}

#checkout-wrap #payment-options .sub-colour {
	color:#000000;
}

#checkout-wrap #checkout .remove {
	margin-left:6px;
}
	
	

