
/* CSS Document */


/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; padding-top:3px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }






/* -------------------------------------------------------------- 
  
VCOM CSS
   
-------------------------------------------------------------- */



body {
	margin: 0;
	text-align: center;/*correct IE bug */
 	background-color: #FFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
	}



/* -------------------------------------------------------------- 
  
COMMON TAGS
   
-------------------------------------------------------------- */


a {
	text-decoration: none;
	color:#666;
	}

a:hover {/* cannot use background or underline because os sub_nav istock link / otherwise it needs change */
	color:#000000;
	}
	
.clearBoth { clear:both; }

/* -------------------------------------------------------------- 
  
GENERAL IMG STYLE
   
-------------------------------------------------------------- */


.imgAlignMiddle {
	vertical-align: middle;
}
.imgAlignTop {
	vertical-align: top;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.imgLeftMargin{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 2px;
	float: left;
}
.wideImg{
	margin-top: 10px;
}
.imgRightMargin{
	float:right;
	margin-left:10px;
	margin-top:10px;
}

/* -------------------------------------------------------------- 
  
MAIN STRUCTURE
   
-------------------------------------------------------------- */



div#container{/* includes everything:  main div  and footer*/
 	margin: auto;
	width: 865px;/* page size */
	text-align: left;
	background:none;
	display: table;/* necessary to work with height 100%*/
}

div#header {
	background-color:#FFF; 
	width: 865px;
	height:120px;
	display:block;
	border: 0;
	margin: 14px 0 0 0;
	padding: 0;
}

div#sub_nav {
	width: 865px;
	height:34px;
	display: block;
	border: 0;
	margin: 0 0 15px 0;
	padding: 0;
}
 
div#main_content{
	position:relative;
	overflow:hidden;
	width: 865px;
	min-height:470px;
	margin-bottom:3px;
	}
 
div#column_nav {
	float:left;
	width: 280px;
	display:block;
	border: 0;
	margin: 0;
	padding: 0;
}
#column_nav_content ul li .active{
	font-weight:bold;
	}

div#column_search { float:left; width:280px; display:block; border:0; margin:0; padding:0; background:#ececec; }

div.column_content { margin:4px; padding:0; }
div.column_content h4 { font-size:14px; }
div.column_content p { font-size:11px; line-height:12px; margin-bottom:10px; }

.searchHeader { background:#494949; color:#fff; text-transform:uppercase; font-size:12px; padding:0px 2px; margin-bottom:6px; }
.searchBlock { margin-bottom:10px; }
.searchBrowse { width:80px; overflow:hidden; float:left; margin-right:8px; }
.searchBrowse .searchBrowseTitle { font-size:10px; text-transform:uppercase; font-weight:bold; color:#494949; height:30px; }
.searchBrowse .searchBrowseUpdate { font-size:8px; text-transform:uppercase; color:#016494; }

.searchResultsHeader { display:table; background:#494949; color:#fff; text-transform:uppercase; font-size:12px; padding:0px 2px; margin-bottom:6px; width:100%; }
.searchResultsHeader .searchResultsHeaderTitle { float:left; width:300px; }
.searchResultsHeader .searchResultsHeaderLink { float:right; width:100px; }

.searchResultsBlock { clear:both; }

.searchResult { width:72px; overflow:hidden; height:95px; margin-bottom:10px; margin-right:8px; padding:2px; float:left; }
.searchResult:hover { background:#eee; border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 0px solid #000; }

.searchResultsPagination { width:400px; clear:both; }
.searchResultsPagination .paginationLeft { float:left; }
.searchResultsPagination .paginationRight { float:right; }

div#column_content{
	width:428px;
	min-height:470px;
	float:left;
	display:block;
	margin: 0;
	padding: 0 8px 0 3px;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
}
div#column_action {
	float:left;
	width: 137px;
	min-height:470px;
	display:block;
	margin: 0;
	padding: 0 0 0 7px;
	/*border-left:1px #cccccc solid;*/
}
div#column_action2 {
	float:left;
	width: 129px;
	min-height:470px;
	display:block;
	background-color: #f2f0f0;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
div#call{
	background-color: #ececec;
	float:left;
	width: 865px;
	height:41px;
	display:block;
	margin: 0;
	padding: 1px 0;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
}

div#footer_content{
	background-color: #666666;
	float:left;
	width: 865px;
	display:block;
	border: 0;
	margin: 0;
	padding: 10px 0 0 0;
	
}


div#footer{
	background-color: #666666;
	float:left;
	width: 865px;
	height: 55px;
	display:block;
	text-align:center;
	border: 0;
	margin: 0;
	padding: 0;
	
}


/* -------------------------------------------------------------- 
  
HEADER
   
-------------------------------------------------------------- */

div#header div{
	display: block;
	font-size:12px;
	height:87px;
	float:left;
	border-left:1px #CCC solid;
	}
div#header_nav {
	width:143px;
	}
div#header_nav ul li#contact{
	font-size:11px;
	text-transform:uppercase;
	}	
div#header_themes{
	width:440px;
	/*font-weight:bold;*/
	/*text-transform:uppercase;*/
	}
div#header_themes ul {
	float:left;
	margin-right:10px;
	margin-top:72px;
	font-size:14px;
	font-weight:lighter;
	}
div#header_nav ul, div#header_themes ul{
	padding-left:7px;
	}
div#header_nav ul li, div#header_themes ul li {
	line-height:11px;
	list-style:none;
	}	
div#header_themes ul li#title{
	font-size:8px;
	}

/* -------------------------------------------------------------- 
  
SUB NAVIGATION
   
-------------------------------------------------------------- */
div#sub_nav h1{
	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
	color: #333333;
	font-size:24px;
	float:left;
	margin-right:48px;
	width:225px;
	padding-left:7px;
	}
	
div#sub_nav p{
	height:21px;
	background-color:#666;
	float:left;
	padding:3px 10px 0 0;
	border-right:1px #FFF solid;
	}

div#sub_nav p a{
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	padding-left:3px;
	}
div#sub_nav p#last_p {
	background-color: #333333; /*dark grey*/
	width:271px;
	margin-left:5px;
}
.breadcrumbs { font-size:11px; text-transform:uppercase; padding:0px 0px 6px 0px; border-bottom:1px solid #ccc; margin:0px 0px 2px 0px; }

/* -------------------------------------------------------------- 
  
COLUMN NAVIGATION
   
-------------------------------------------------------------- */
#column_nav_content ul{
	margin-bottom:10px;
	}
#column_nav_content ul li{
	list-style:none;
	line-height:normal;
	margin-left:7px;
	}
#column_nav_content ul li#menu_space{
	margin-bottom:80px;
	}
#column_nav_content ul li ul{
	margin-left:15px;
	margin-bottom:0px;
	}
#column_nav_content ul li a{
	color:#000;
	}
#column_nav_content ul li a:hover{
	color:#333333;
	}
	
	.left_column_nav_box {
	border-top:1px #CCC solid;
	padding-top:8px;
	padding-left:7px;
		width:230px;
		margin-top:20px;
	}
	.left_column_nav_box p{
	line-height:12px;
	margin-bottom:10px;
	font-size:12px;
	color:#3e3e3e;
	}
	.left_column_nav_box h1{
	line-height:12px;
	margin-bottom:4px;
	font-size:11px;
	color:#666666;
	width:270px;
	}
#column_nav_box {
	border-top:1px #CCC solid;
	padding-top:10px;
	padding-left:7px;
		width:225px;
	}
#column_nav_box p{
	line-height:12px;
	margin-bottom:10px;
	font-size:12px;
	color:#3e3e3e;
	}
#column_nav_box p span{
	font-size:10px;
	color:#666;
	}

.clearAll{
	clear:both;
	}

/* -------------------------------------------------------------- 
  
NEW COLUMN CONTENT
   
-------------------------------------------------------------- */
	
div#NewColumn_content{
	width:560px;
	min-height:600px;
	float:left;
	display:block;
	margin: 0;
	padding: 0 8px 0 3px;
	border-left:1px #cccccc solid;
	font-size:smaller;
	/*border-right:1px #cccccc solid;*/
}
div#NewColumn_content div#Tab
{
	padding-left:5px;
	
	padding-top:8px;
	
}
div#NewColumn_content div#Tab div#Selected{
color:White;
background-color:#5c84b2;
font-size:15px;
width:100px;
float:left;
margin-right:2px;
padding-left:10px;
}
div#NewColumn_content div#Tab p
{
	color:Black;
	background-color:#E0E8F0;
	font-size:15px;
	float:left;
	width:100px;
	margin-right:2px;
	padding-left:10px;
}
div#NewColumn_content div#bottom
{
	border-bottom:1px solid #000;
	width:570px;
}
div#NewColumn_content div#Rex_Content
{
	background-color:#A4A2A2;
	width:565px;
	min-height:1000px;
	height:auto;
	padding:5px;
}
div#NewColumn_content div#Rex_Content h1 a
{
	text-decoration:underline;
}
div#NewColumn_content div#Rex_Content h1 a:hover
{
	text-decoration:none;
}
div#NewColumn_content div#Rex_Content div#content_top
{	
	background-color:#323132;	
	padding:8px;
	width:545px;
	height:150px;
}
div#NewColumn_content div#Rex_Content div#content_top h1
{	
	color:#fff;
	font-size:large;
	vertical-align:text-top;
}
div#NewColumn_content div#Rex_Content div#content_top h3
{	
	color:#FFF;	
	font-size:medium;
	margin-bottom:0px;
	margin-top:0px;
}
div#NewColumn_content div#Rex_Content div#Sport_content_top
{
	background-color:#323132;	
	padding:3px;
	width:560px;
	color:White;
}
div#NewColumn_content div#Rex_Content h1
{
	color:#161616;
	margin-top:10px;
	font-size:11px;
	font-weight:bold;
}
div#NewColumn_content div#Rex_Content div#Sport_content_top h1
{
	font-size:20px;
	color:White;
	margin-left:5px;
}
div#NewColumn_content div#Rex_Content div#Sport_content_top p
{
	margin-left:5px;
}
div#NewColumn_content div#Rex_Content div#content_top p
{
	color:White;
	font-size:15px;	
	margin:5px;
	margin-bottom:30px;
}
div#NewColumn_content div#Rex_Content div#Image_section
{	
	float:left;
	width:565px;
}
div#NewColumn_content div#Rex_Content div#Image_section h1
{
		height:148px;
		width:183px;
		background-color:#D3D2D2;
		color:Black;
		font-weight:normal;
		
		font-size:10px;		
		float:left;
		padding:1px;
		margin-right:3px;
		font-family:Arial;
}
div#NewColumn_content div#Rex_Content div#Image_section h1 img
{
	width:182px;
	height:129px;
	border-color:#D3D2D2;
	text-align:center;
}
div#NewColumn_content div#Rex_Content div#Image_section h2
{
		height:148px;
		width:183px;
		background-color:#EBEBEB;
		color:Black;
		font-size:10px;
		font-weight:bolder;
		float:left;
		padding:1px;
		
		margin-right:3px;
}
div#NewColumn_content div#Rex_Content div#Image_section h2 img
{
	width:182px;
	height:129px;
	text-align:center;
	margin-left:1px;
}
div#NewColumn_content div#Rex_Content div#content_below
{
	background-color:#D3D2D2;
	color:Black;
	margin-top:5px;
	padding:2px;
	width:557px;
}
div#NewColumn_content div#Rex_Content div#content_below h1
{
	font-size:medium;	
}
div#NewColumn_content h3
{
	color: Black;margin-top:10px;font-size:small;font-weight:normal;
}
div#NewColumn_content h2{
	font-size:14px;
	margin-bottom:7px;
	}
/* -------------------------------------------------------------- 
  
COLUMN CONTENT
   
-------------------------------------------------------------- */
div#column_content h2{
	font-size:14px;
	margin-bottom:7px;
	}
div#column_content p{
	font-size:11px;
	line-height:normal;
	padding-right:7px;
	margin-bottom:10px;
	}
div#column_content div#content_div_01{
	margin-top:30px;
	}
div#column_content div#content_div_01 div{
	float:left;
	width:246px;
	}
div#column_content div#content_div_01 div img{
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	}
div#column_content div#content_div_01 h2, div#column_content div#content_div_01 p{
	width:170px;
	float:left;
	margin-left:10px;
	}
div#column_content div#content_div_02{
	margin-top:8px;
	margin-bottom:20px;
	}
div#column_content div#content_div_02 div#Tab
	{		
		padding-left:5px;
	
	}
	
div#column_content div#content_div_02 div#Tab div#Selected{
	color:White;
	background-color:#5c84b2;
	font-size:15px;
	width:100px;
	float:left;
	margin-right:2px;
	padding-left:10px;
	}
div#column_content div#content_div_02 div#Tab p
	{
		color:Black;
		background-color:#E0E8F0;
		font-size:14px;
		float:left;
		width:90px;
		height:20px;
		padding-top:4px;
		margin-right:2px;
		padding-left:15px;
	}
div#column_content table{
	font-size:11px;
	line-height:normal;
	padding-right:7px;
	margin-bottom:10px;
	}
div#column_content ul li{
	font-size:11px;
	line-height:normal;
	padding-right:7px;
	margin-bottom:10px;
	margin-left:25px;
	}
div#column_content a{
	font-size:11px;
	line-height:normal;
	text-decoration:underline;
	}

/* -------------------------------------------------------------- 
  
COLUMN ACTION
   
-------------------------------------------------------------- */
div#column_action h3{
	width:129px;
	padding:3px;
	background-color:#cbcccc;
	font-size:10px;
	line-height:11px;
	text-transform:uppercase;
	}
div#column_action img{
	margin-bottom:10px;
	}
div#column_action2 img{
	margin-bottom:10px;
	}
div#column_action p.link_more{
	margin-top:100px;
	}
div#column_action p.link_more a{
	color:#000;
	font-size:10px;
	}
div#column_action p.link_more a:hover{
	color:#333333;
	}
div#column_action p.link_case{
	font-size:11px;
	line-height:normal;
	}
div#column_action2 p.link_case{
	font-size:11px;
	line-height:normal;
	}
div#column_action2 p.link_case2{
	font-size:14px;
	line-height:normal;
	color: #bb0101;
	}
div#column_action2 p.link_case3{
	font-size:11px;
	line-height:normal;
	color: #323131;
	}
div#column_action p.link_case a{
	color:#333333;
	font-size:11px;
	}
div#column_action2 p.link_case a{
	color:#333333;
	font-size:13px;
	}
div#column_action p.link_case a:hover{
	color:#000000;
	}
div#column_action2 p.link_case a:hover{
	color:#bb0101;
	}

/* -------------------------------------------------------------- 
  
CALL
   
-------------------------------------------------------------- */

div#call p{
	line-height:14px;
	color:#666666;
	padding-top:7px;
	float:left;
}
div#call p#call_column_action{
	float:right;
	font-size:9px;
	line-height:10px;
	width:142px;
	padding-top:2px;
	}



/* -------------------------------------------------------------- 
  
FOOTER CONTENT
   
-------------------------------------------------------------- */

div#footer_content div{
	display: block;
	float:left;
	}
div#footer_content div p{
	color:#FFF;
	margin-top:5px;
	}
div#footer_content div p a{
	color:#FFF;
	}
div#footer_content div p a:hover{
	color:#333333;
	}
	
div#footer_content div#content_div03 p,div#footer_content div#content_div04 p{
	/*width:200px;*/
	line-height:12px;
	font-size:11px;
	}
div#footer_content div#content_div03, div#footer_content div#content_div04{	
	padding:0 10px;
	}
div#footer_content div#content_div03{
	width:260px;
	height:400px;
	}
div#footer_content div#content_div04{
	border-left:1px solid #959393;
	width:419px;
	height:auto;
	}
div#footer_content div#content_div05{
	border-left:1px solid #959393;
	width:136px;
	padding:0 3px;
	height:auto;
	}
div#footer_content div#content_div05 p{
	font-size:9px;
	line-height:10px;
	}
/* -------------------------------------------------------------- 
  
FOOTER
   
-------------------------------------------------------------- */


div#footer img{
	margin-right:10px;
	}


.searchThemes { display:none; background:#eee; width:415px; position:absolute; margin:0px 0px 0px -3px; padding:10px; top:0; }
.searchThemes .themeBlock { background:#fff; padding:3px; width:108px; float:left; margin:0px 10px 10px 0px; }
.searchThemes .themeBlock .themeImage img { border:1px solid #333; }
.searchThemes .themeBlock .themeTitle { font-size:10px; text-transform:uppercase; font-weight:bold; color:#494949; height:20px; padding:4px 0px; }
.searchThemes .themeBlock .themeList ul li { list-style:none; font-size:8px; text-transform:uppercase; }
.searchThemes .themeBlock .themeList ul li .num { color:#016494; }
.themeDetailsClose { float:right; font-size:10px; margin-top:-20px; cursor:pointer; }

.searchProductHeader { border-bottom:1px solid #ccc; padding:5px 0px; margin-bottom:8px; }
.searchProductHeader h1 { font-size:16px; }
.searchProductHeader img { float:left; margin-right:10px; }

.searchProductDetails h1 { color:#336e9f; font-size:16px; margin-bottom:5px; }
.searchProductDetails .productLarge img { max-width:100%; border:1px solid #333; }
.searchProductDetails .productLarge { margin-bottom:10px; }
.searchProductDetails p.price { color:orange; font-weight:bold; }
.searchProductDetails .productThumb { float:left; margin-right:10px; }
.searchProductDetails .productThumb img { max-width:150px; border:1px solid #333; }
.hr hr { display:none; }
.hr { border-bottom:1px solid #333; margin:10px 0px; clear:both; }
.hr.light { border-color:#CCC;}

/* -------------------------------------------------------------- 
  
FORM ELEMENTS
   
-------------------------------------------------------------- */

.textField {
	border: #999999 1px solid;
	width: 315px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 16px;
	color: #000000;	
	
}
.textFieldShort {
	border: #999999 1px solid;
	width: 150px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 16px;
	margin-right: 5px;
	color: #000000;	
	
}
.textFieldQuantity {
	border: #999999 1px solid;
	width: 22px;
	height: 19px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*padding-left: 5px;
	padding-top: 3px;
	margin-top: 3px;*/
	margin-bottom: 16px;
	margin-right: 5px;
	color: #000000;
	float:left;
}
.textFieldBasket {
	border: #999999 1px solid;
	width: 22px;
	height: 19px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;	
	
}

.textFieldArea {
	border: #999999 1px solid;
	width: 50px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 16px;
	margin-right: 5px;
	color: #000000;	
	
}
.textFieldPhone {
	border: #999999 1px solid;
	width: 250px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 16px;
	margin-right: 5px;
	color: #000000;	
	
}

.textArea {
	border: #999999 1px solid;
	width: 315px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 16px;
	color: #000000;	
}


.dropDown {
	border: #999999 1px solid;
	width: 315px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 16px;
	color: #000000;	
	
}
.dropDownNumber {
	border: #999999 1px solid;
	width: 50px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 2px;
	margin-top: 3px;
	color: #000000;	
	
}
.Buttons {
	border: #999999 1px solid;
	width: 100px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 16px;
	margin-bottom: 16px;
	color: #000000;	
}.tempphone {
	color: #F00;
}
