/*~~~~~~~~~~~~ [ General Layout ] ~~~~~~~ */
div#globalcontainer {
	background: #d4d4d4 url('img/body-bg.gif') repeat-x left top;
	text-align: center;
}

table#maincontainer {
	width: 922px;
	margin: 20px auto 0 auto;
	border: 1px solid #414141;
	background-color: #000;
	text-align: left;
}

td#leftcolumn {
	width: 245px;
	padding-left: 8px;
}

td#maincolumn {
}

/*~~~~~~~~~~~~ [ Header ] ~~~~~~~ */

div#newsticker {
	background-color: #252e30;
	height: 20px;
}

div#header {
	background: url('img/header-bg.gif') no-repeat left top;
	height: 251px;
	position: relative;
}

h1#slogan {
	color: #767778;
	padding: 9px 5px 7px 5px;
	margin: 0;
	background: none !important;
	font-size: 9pt;
	color: #fff;
}

ul#storetypesmenu {
	position: absolute;
	z-index: 10000;
	bottom: 27px;
	left: 0px;
}

ul#storetypesmenu li {
	display: inline;
	padding-right: 10px;
}

div#clockbox {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 299px;
	height: 251px;
}

/*~~~~~~~~~~~~ [ Left column ] ~~~~~~~ */
div#mainmenu {
	width: 222px;
	height: 242px;
	list-style: none;
}

div#mainmenu a, div#mainmenu a img {
	display: block;
}

div.leftcontainer {
	background: #242424 url('img/leftmenu-header-bg.gif') no-repeat scroll top left;
	width: 222px;
	margin: 9px 0 30px 0;
}

div.leftcontainer div.header {
	padding: 17px 0 0 50px;
	height: 38px;
	color: #707070;
	font-size: 11pt;
}

div#searchblock {
	padding: 0 0 8px 0;
}

input#srchinp {
	width: 162px;
	background-color: #b2b2b2;
	border: 1px solid #454545;
	height: 22px;
	margin: 0 3px 0 8px;
}

div#brandsmenu ul {
	list-style: none;
}

div#brandsmenu ul li {
	background: url('img/brandsmenu-item-bg.gif') no-repeat left bottom;
	padding: 7px 0;
}

div#brandsmenu ul li.last {
	background: none !important;
}

div#brandsmenu ul li a {
	color: #fff !important;
	background: url('img/brandsmenu-bg.gif') no-repeat left top;
	padding: 0 0 0 20px;
	margin: 0 0 0 7px;
	text-decoration: none !important;
}

div#brandsmenu ul li ul {
	margin: 3px 8px 0 22px;
}

div#brandsmenu ul li ul li {
	background: #282828;
	margin: 3px 0;
	padding: 4px 0;
}

div#brandsmenu ul li ul li:hover {
	background: #333333;
}

div#brandsmenu ul li ul li a {
	color: #aaaaaa !important;
	background: none;
	padding: 0 0 0 5px;
	margin: 0;
}

/*~~~~~~~~~~~~ [ Footer ] ~~~~~~~ */

div#footer {
	width: 884px;
	background: #000 url('img/footer-bg.gif') repeat-x left top;
	margin: 0px auto;
	padding: 50px 20px 30px 20px;
	color: #afaeae;
	text-align: left;
}

div#copyright {
	float: right;
}

ul#footermenu {
	list-style: none;
}
ul#footermenu li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

ul#footermenu li.last {
	border: none !important;
}
ul#footermenu li a {
	color: #fff !important;
	text-decoration: none !important;
}

div#copyright a:hover {
	text-decoration: underline !important;
}

div#copyright div {
	text-align: right;
	color: #ffcc00;
	padding: 10px;
}

div#copyright div a {
	color: #afaeae !important;
	text-decoration: none !important;
}
div#buttons div {
	display: inline;
	padding-right: 20px;
}

/*~~~~~~~~~~~~ [ Content ] ~~~~~~~ */
div#bottomblock {
	text-align: center;
}

h2#subheader {
	background: url('img/header-divider-bg.gif') no-repeat scroll top left;
	height: 29px;
	padding: 16px 0 3px 45px;
	margin: 0;
	color: #707070 !important;
	font-size: 10pt;
}

h1.csc-firstHeader {
	background: url('img/h1-first-bg.gif') no-repeat scroll top left;
	height: 53px;
	font-size: 12pt;
	color: #ffae00;
	margin-top: 0;
}

div.csc-header-n1 {
	margin: -15px;
}

div#content, div#bottomblock {
     background-color: #d4d4d4;
     margin: 0 10px 0 0;
     padding: 15px;
}


/*~~~~~~~~~~~~ [ Index ] ~~~~~~~ */
div#cse-search-results iframe {
	width: 580px;
}
/*~~~~~~~~~~~~ [ widgets ] ~~~~~~~ */

.clearfix:after {
    content: ".";
 	display: block;
    height: 0; 
    clear: left; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*~~~~~~~~~~~~ [ Product List ] ~~~~~~~ */

div.prodlistblock ul {
	list-style: none;
	width: 630px;
}

div.prodlistblock li {
	display: block;
	width: 149px;
	float: left;
	margin: 10px 3px;
}

div.prodlistblock li span.set {
	display: block;
}

div.prodlistblock li span.thumb {
	padding: 3px;
	display: block;
	height: 169px;
	text-align: center;
	background: #fff url('img/prodlist-thumb-bg.gif') no-repeat left top;
}

div.prodlistblock li span.caption {
	display: block;
	height: 105px;
	background: #d0d0d0 url('img/prodlist-caption-bg.gif') no-repeat left top;
	text-align: center;
}

div.prodlistblock li span.caption a, div.prodlistblock li span.caption a span {
	color: #2b3f4d !important;
	font-size: 8pt;
	text-decoration: none !important;
}

div.prodlistblock li span.caption a span {
	text-transform: uppercase;
}

div.prodlistblock li span.caption a span span {
	color: #646464 !important;
	text-transform: none !important;
	display: block;
	font-size: 7pt;
	font-weight: bold;
}

div.pagebrowser {
	clear: left;
	padding-top: 20px;
	text-align: center;
}

/*~~~~~~~~~~~~ [ Categories List ] ~~~~~~~ */

div.prodcats-2 {
	margin: 0px;
	padding: 0px;
	width: 610px;
	
	background-color: #b5b5b5;
	border: 1px solid #8d9ea0;
	padding: 12px 6px;
}

div.prodcats-2 span {
		display: block;
		margin: 10px 5px;
		float: left;

	width: 193px;
	height: 53px;

}
div.prodcats-2 span a {
	display: block;
	width: 100%;
	height: 100%;
	
	background: url('img/category-bg.jpg') no-repeat left top;
	text-align: center;
}

div.prodcats {
	margin: 0 0 40px 0;
}

div.prodcats ul {
	list-style: none;
	background-color: #b5b5b5;
	border: 1px solid #8d9ea0;
	padding: 12px 0px;
	width: 614px;
}

div.prodcats ul li {
	background: #ced3d6 url('img/category-bg.jpg') no-repeat left top;
	display: block;
	float: left;
	width: 193px;
	margin: 6px 4px;
}

div.prodcats ul li h2 {
	font-size: 110%;
	margin: 0;
	padding: 0;
}

div.prodcats ul li h2 a {
	display: block;
	text-align: center;
	color: #2b3f4d !important;
	text-decoration: none !important;
	height: 33px;
	padding: 20px 5px 0 2px;
}

div.prodcats ul li h2 a:hover {
	color: #9f0000 !important;
}

div#printlink {
     background-color: #d4d4d4;
     margin: 0 10px 0 0;
	text-align: right;
	padding: 0 30px 0 0;
}

div#watchesinfo {
	margin: 0 0 20px 0;
}

div#watchesinfo div {
	height: 21px;
	color: #7f0000;
}

div#watchesinfo div span {
	display: block;
	float: left;
	width: 145px;
	font-weight: bold;
	color: #252E30 !important;
}

div.omailform {
}

div.omailform div {
	height: 28px;
}

div.omailform div label {
	display: block;
	float: left;
	width: 165px;
	font-weight: bold;
	color: #252E30 !important;
}

div.omailform div span {
	display: block;
	margin-left: 165px;
	font-weight: 7pt;
	color: #ff0000;
}

div.omailform input.ordinp {
	width: 300px;
	border: 1px solid #aaa;
	height: 20px;
}

input.captcha {
	width: 170px !important;
	margin: 0 10px 0 0;
}

div.capfield {
	height: 57px !important;
}

div.omailform div label i {
	font-size: 7pt;
}

div.capfield img {
	border: 1px solid #777;
}

input.formbtn {
	border: 1px solid #888888;
	padding: 2px;
	width: 303px;
	margin: 10px 0 0 165px;
}

div.tarea {
	height: 210px !important;
}

div.tarea textarea {
	width: 300px;
	height: 200px;
	
}

div.com-single {
	
}

div.singleimg {
	float: right;
	width: 160px;
}

div.singletext {
	margin-right: 170px;
}

table.com-select-attributes {
	margin: 0 0 20px 0;
}

table.com-select-attributes td {
	padding: 3px 6px;
}

span.singleprice {
	display: block;
	font-size: 12pt;
	font-weight: bold;
	color: #7f0000;
	padding: 10px 0;
}

div#singlenote {
	margin: 10px;
	border: 1px solid #bbb;
	padding: 10px;
	background-color: #dfdfdf;
	color: #777;
	font-size: 8pt;
}
