/* Countries pages */
.country {
		clear: both;
		background: #FFF;
		width: 755px;
		margin-bottom: 10px;
	}
	
.country a {
		color: #000;
		text-decoration: none;
	}
	
.country a:hover {
		color: #666;
		text-decoration: none;
	}
	
.country h2 {
		clear: both;
		width: 755px;
		height: 45px;
		color: #000;
		font-family: Georgia, Times New Roman, serif;
		font-size: 1.6em;
		font-weight: normal;
		text-indent: 15px;
		line-height: 2.8em;
		border-bottom: 1px solid #000;
	}
	
.country h2 a { 
		color: #000;
		text-decoration: none;
	}
	
.country h2 a:hover {
		color: #3F827A;
	}
	
.countryImage {
		width: 120px;
		float: left;
	}
	
.countryDescription {
		width: 475px;
		float: left;
	}
	
.recomended {
		width: 160px;
		float: left;
		text-align: center;
	}
	
.recomended h5 {
		font-family: Georgia, Times New Roman, serif;
	}
	
/* Search results pages */
.noResults {
		background: #FFF;
		margin-bottom: 10px;
	}

.searchProduct {
		width: 177px;
		height: 380px;
		float: left;
		background: url(/images/backgrounds/search-product-bg.gif);
		margin-bottom: 15px;
		overflow: hidden;
		color: #666;
		position: relative;
	}
	
.searchProduct h2 {
		font-size: 1.2em;
		margin-top: 0;
		padding-top: 0;
		font-weight: normal;
	}
	
.searchProduct h2 a {
		color: #3F827A;
		text-decoration: none;
	}
	
.searchProduct h2 a:hover {
		text-decoration: underline;
	}
	
.searchProduct img {
		display: block;
		margin: 10px auto;
	}
	
.searchProduct p.single {
		display: block;
		width: 95%;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		bottom: 63px;
		color: #7C7C7C;
	}
	
.searchProduct p.offer {
		font-size: 1.5em;
		color: #000;
		margin-bottom: 0;
		position: absolute;
		bottom: 50px;
	}
	
.searchProduct p.offerText {
		position: absolute;
		bottom: 25px;
		color: #000;	
	}
	
.detailBackground {
		border: 1px solid #000;
	}

.searchProduct a.buy {
		background: #000;
		padding: 3px;
		color: #FFF;
		position: absolute;
		bottom: 5px;
		left: 5px;
		text-decoration: none;
	}
	
.searchProduct a.view {
		background: #000;
		padding: 3px;
		color: #FFF;
		position: absolute;
		bottom: 5px;
		right: 5px;
		text-decoration: none;
	}
	
.searchProduct p.top_20 {
		background: #666;
		padding: 3px;
		color: #FFF;
		position: absolute;
		bottom: 5px;
		left: 5px;
		margin-bottom: 0;
	}

/* Featured product results */
.featureProduct {
		width: 368px;
		height: 380px;
		border: 1px dashed #CCC;
		float: left;
		position: relative;
		text-align: center;
		color: #999;
	}
	
.featureProduct img {
		display: block;
		margin: 10px auto;
	}
	
.featureProduct h2 {
		font-size: 1.3em;
		font-weight: normal;
		color: #000;
		margin-top: 0;
		padding-top: 0;
	}
	
.featureProduct h2.left {
		text-align: left;
		font-family: Georgia, Times New Roman, serif;
		color: #3F827A;
	}
	
.featureProduct h2 a {
		color: #000;
		text-decoration: none;
	}
	
.featureProduct a.view {
		background: #3F3F3F;
		padding: 3px;
		color: #FFF;
		position: absolute;
		bottom: 5px;
		right: 5px;
		text-decoration: none;
	}
	
.featureProduct a.buy {
		background: #3F3F3F;
		padding: 3px;
		color: #FFF;
		position: absolute;
		bottom: 5px;
		left: 5px;
		text-decoration: none;
	}

/* Product pages */
#yourSelection {
		width: 755px;
		height: 45px;
		/*background: url(/images/backgrounds/your_selection_bg.gif);*/
		/*color: #FFF;*/
		font-size: 1.8em;
		line-height: 2.3em;
		/*text-indent: 10px;*/
		font-family: Georgia, Times New Roman, Serif;
		margin: 0px 0px 1px 0px;
	}
	
#productDetail {
		width: 755px;
		height: 350px;
		/*background: url(/images/backgrounds/product_detail_bg.gif) no-repeat;*/
		color: #000;
		margin-bottom: 15px;
		position: relative;
	}
	
#productImg {
		float: left;
		width: 310px;
	}
	
#productImg img {
		margin: 10px 0px 10px 0px;
	}
	
#productDetail .code {
		position: absolute;
		left: 5px;
		bottom: 0px;
	}
	
#productInfo {
		width: 430px;
		float: left;
		margin: 0px 0px 0px 15px;
	}
	
#productInfo p.single {
		font-size: 1.1em;
		font-weight: normal;
	}
	
#productInfo p.offer {
		font-size: 1.5em;
		font-weight: bold;
		color: #000;
		margin-bottom: 0;
	}
	
#productInfo p.offerText {
		color: #000;	
	}
		
.productTitle {
		border-bottom: 1px dashed #CCC;
		margin-bottom: 10px;
	}
	
.productTitle h1 {
		font-size: 1.6em;
	}
	
.prices {
		width: 295px;
		float: left;
		margin-bottom: 10px;
	}
	
.notes {
		width: 420px;
		clear: both;
		border-top: 1px dashed #CCC;
		padding-top: 10px;
	}
	
.otherFields p.topLeft {
		position: absolute;
		bottom: 25px;
	}
	
.otherFields p.topRight {
		position: absolute;
		bottom: 25px;
		left: 650px;
	}
	
.otherFields p.bottomLeft {
		position: absolute;
		bottom: 0;
	}
	
.otherFields p.bottomRight {
		position: absolute;
		bottom: 0;
		left: 650px;
	}
	
/* Order Form Styles */
.orderForm {
		width: 125px;
		float: left;
		margin-bottom: 10px;
	}
	
.orderForm fieldset {
		border: none;
	}
	
.orderForm label {
		display: block;
		margin-bottom: 3px;
		font-weight: normal;
	}
	
.orderForm input {
		border: 1px solid #000;
	}
	
.orderForm button {
		width: 124px;
		height: 21px;
		border: none;
		background: url(/images/buttons/add_to_bag.gif) no-repeat;
		cursor: pointer;
	}
	
.orderForm button span {
		height:1px; 
		left:0; 
		overflow:hidden; 
		position:absolute; 
		top:-500em; 
		width:1px; 
	}
	
/* End Order Form Styles */
	
#extraInfo {
		width: 752px;
		height: 209px;
		margin-bottom: 15px;
		color: #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	
.extraLeft {
		margin: 5px 0px;
		width: 377px;
		float: left;
	}
	
.extraRight {
		margin: 5px 0px;
		width: 365px;
		float: left;
	}
	
.award, .dietary {
		width: 75px;
		text-align: center;
		float: left;
		margin: 0px 10px 10px 0px;
	}
	
.extraInformation {
		clear: both;
	}
	
#alsoBought {
		width: 131px;
		height: 29px;
		background: url(/images/backgrounds/also-bought-bg.gif);
		color: #FFF;
		display: block;
		text-align: center;
		line-height: 29px;
		margin: 0 0 0 10px;
	}
	
#similar {
		width: 752px;
		padding: 10px 0;
		height: 230px;
		margin-bottom: 15px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	
.linkItem {
		width: 170px;
		height: 230px;
		margin-right: 15px;
		float: left;
	}
	
.linkItem img {
		margin: 15px;
	}
	
.linkItem p {
		margin: 10px 5px 0px 5px;
		text-align: center;
		color: #FFF;
	}
	
.linkItem a {
		color: #000;
		text-decoration: none;
	}
	
.linkItem a:hover {
		text-decoration: underline;
	}
	
/* custom in site 404 */

#productMoved {
		width: 755px;
		background: #FFF;
		margin-bottom: 25px;
	}
	
.noStock {
		color: #C00;
		font-size: 1.4em;
		border-bottom: 1px solid #999;
		padding-bottom: 10px;
	}
	
#noStockTitle {
		width: 755px;
		height: 45px;
		background: url(/images/backgrounds/your_selection_bg.gif);
		color: #FFF;
		font-size: 1.8em;
		line-height: 2.3em;
		text-indent: 10px;
		margin: 0px 0px 10px 0px;
	}	
