.foo{}/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	margin: 0 auto;
	width: 1000px;
}

.master-wrapper-content
{
	float: left;
	width: 1000px;
	margin: 0;
	text-align: left;
	/*background: #555 url(images/bg_container.gif) repeat-x;*/
}

.master-wrapper-side
{
	float: left;
	width: 220px;
	margin: 90px 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 770px;
	margin: 20px 0 0 0px;
	/*background: url(images/bg_maincolumn.gif) no-repeat left top #FFF;*/
	display: inline;
	font-family:Tahoma, arial,verdana,helvetica,sans-serif;
}

.master-wrapper-cph
{
	float: left;
	width: 730px;
	color: #555;
	min-height: 600px;
	padding: 10px;
	background-color: #FFF;
}

.master-wrapper-cph-basic
{
	float: left;
	width: 750px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-cph-header
{
    width: 750px;
    height: 47px;
    background: transparent url('images/paper_750_top.gif') no-repeat;

 
}

.master-wrapper-cph-footer
{
    width: 750px;
    height: 47px;
    background: transparent url('images/paper_750_bottom.gif') no-repeat;
    float: left;
}

.master-wrapper-center-1
{
	float: left;
	margin-top:50px;
	margin-left: 25px;
	margin-right: 25px;
    width:950px;
	display: inline;
	padding: 0;
}

.master-wrapper-cph-1
{
	float: left;
	width: 930px;
	padding: 10px;
	color: #000;
	min-height: 600px;
	background-color: #FFF;
}

.master-wrapper-cph-1-header
{
    width: 950px;
    height: 74px;
    background: transparent url('images/paper_950_top.gif') no-repeat;
    float: left;
}

.master-wrapper-cph-1-footer
{
    width: 950px;
    height: 74px;
    background: transparent url('images/paper_950_bottom.gif') no-repeat;
    float: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	padding: 1px 0;
	height: 284px;
	position: relative;
}

/* Added by Sam Rowe 13/08/09 */
.header-h1
{
    background: transparent url('images/sxbanner.png') no-repeat;
    text-indent: -100em;
    height: 333px;
    width: 807px;
    margin-top: 11px;
}

#header-searchcontainer
{
    position: absolute;
    top: 89px;
    left: 640px;
    background: transparent url('images/sxsearch.png') no-repeat;
    height: 24px;
    width: 170px;
    padding:68px 43px 37px 40px;
}

.header-searchbox-infocus
{
    height:24px;
    width:170px;
    border: medium none;
    background-color: #FDF6EC;
    font-size:18px;
    text-align: center;
    background: transparent;
}

.header-searchbox-nofocus
{
    height:24px;
    width:170px;
    border: medium none;
    background-color: #FDF6EC;
    font-size:18px;
    text-align: center;
    background: transparent url(images/searchbg.png) no-repeat;
}

.header .icon
{
	vertical-align: bottom;
}


.header-logo
{
	margin-top: 5px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/logo.gif');
	display: block;
	width: 225px;
	height: 60px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
	position: absolute;
	right: 100px;
	top: 50px;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	right: 100px;
	width: 570px;
	position: absolute;
	/*background-color:#404040*/
}

.header-links
{
	/*border: solid 1px #9a9a9a;*/
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-table;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
	color: #000;
	font-weight: bold;
	border-left: 1px solid #555;
	padding: 0 10px;
}

.header-links ul li:first-child
{
    border-left: none;
}

.header-links a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}

.headerlinks a:hover
{
	color: #FFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFF;
	/*padding: 8px 5px 9px 5px;*/
	text-align: center;
	vertical-align: middle;
	/*letter-spacing: 1px;*/
	margin-bottom: 10px;
	position: absolute;
	right: 0px;
	top: 250px;
	margin-right: 100px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
	width:650px;
}

.headermenu li
{
	list-style: none;
	display: inline;
	float: right;
}

.headermenu a
{
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

.headermenu a:hover
{
    color: #FFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 180px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	
	padding-left: 0;
	background-color:#FFF;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right: 10px;
}

.manufacturer-navigation li
{
	list-style: none;
}



.manufacturer-navigation a.inactive
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.manufacturer-navigation a.inactive:hover
{
    color: #000;
}

.manufacturer-navigation a.active
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.manufacturer-navigation .title
{
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right: 10px;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.RecentlyViewedProductsBox .title
{
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
}

.RecentlyViewedProductsBox .listbox
{
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
	height: 1px;
	line-height: 1px;
	background: #888;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation a:hover
{
    color: #000;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.infoblock-navigation .listbox
{
	font-size: 15px;
	padding: 0px 10;
	/*background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;*/
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 64px;
	width: 902px;
	background: transparent url('images/sxfooter.png') no-repeat;
	margin:0 0 0 30px;
}

.footer a
{
	text-decoration: none;
	color: #FFF;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-poweredby
{
	float: left;
	font-size: 11px;
}

/* PAYMENT METHODS */
.paymentmethods
{
   text-align: center;
   width: 140px;
}

.paymentmethods .leftcol
{
    float: left;
    width: 70px;
}

.paymentmethods .rightcol
{
    float: right;
    width: 70px;
}

.paymentmethods .leftcol, .paymentmethods .rightcol
{
    text-align: center;
}

.paymentmethods img
{
    margin-bottom:8px;
    max-height:40px;
}


/* PRODUCT REVIEW */
.writeProductReviewBox
{
    padding: 10px;
    
}

