@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
	background-color: #fff;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

#header {
	height: 125px;
	background-image:url(/images/wintron/logo_wintron.jpg);
	background-repeat: no-repeat;
	background-position: right;
	/*border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;*/
	margin: 0 auto;
	width: 1000px;
	background-color: #002448;
	
}

#header_wrap {
	margin: 0 auto;
	width: 1000px;
}

#logo {
	float: left;
	text-align: right;
	background-color: #002448;
}

#logo img {

}

#head_nav {
	clear: right;
	float: right;
	padding-top: 10px;
	width: 575px;
	text-align: center;
}

#leftside {
	width: 195px;
	float: left;
	padding-top: 5px;
}

#leftside .sidebar_ad {
	width: 194px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#computer_parts {
	background-color: #002448;
	padding: 3px;
	color: #FFFF00;
	font-size: 13px;
	font-weight: bold;
	padding-top: 8px;
}

#computer_parts div {
	margin: 3px;
	border-bottom: 1px solid #fff;
	padding: 2px;
}

#sidetopbox {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 164px;
	border: 1px solid #000;
	border-top: none;
	background-color: #cccccc;
}

#sidetopbox img {
	margin-bottom: 5px;
}

#sidetopbox ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidetopbox ul li {
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

#sidetopbox a:link, #sidetopbox a:active, #sidetopbox a:visited {
	background-image: url(/images/wintron/leftside/button.gif);
	background-repeat: no-repeat;
	width: 164px;
	display: block;
	padding-top: 3px;
	padding-left: 10px;
	height: 26px;
	font-weight: bold;
	color: #000;
}

#sidetopbox a:hover, #sidetopbox #active {
	background-image: url(/images/wintron/leftside/button_hover.gif);
}

#container {
	background-color: white;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
}

#content_container {
	padding: 0px;
}

#subnav {
	background-color: #666666;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #000;
	background-image: url(/images/wintron/nav_bg.png);
	background-repeat: repeat-x;
}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#subnav ul li {
	float: left;
}

#subnav a:link, #subnav a:visited, #subnav a:active {
	padding: 7px;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #000;
}

#subnav a:hover, #subnav #active {
	background-image: url(/images/wintron/nav_bg_over.png);
	background-repeat: repeat-x;
	color: #000000;
}

/* FOOTER */
#footer {
	background-color: #F0F0F0;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;*/
	padding-left: 20px;
	padding-right: 20px;
	
	width: 960px;
	margin: 0 auto;

	background-image: url(/images/wintron/footer/title_bg.gif);
	background-repeat: repeat-x;
	background-position: top;

}

#footer_table {

}

#footer_table tr th {
	height: 45px;
	width: 25%;
	
	color: #fff;
	vertical-align: bottom;
	padding-left: 30px;
	text-align: left;
}

#footer_table tr td {
	padding-top: 5px;
	padding-left: 30px;
	vertical-align: top;
}

#col_a_head {
	background-image: url(/images/wintron/footer/wintron_ball.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#col_b_head {
	background-image: url(/images/wintron/footer/chick.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#col_c_head {
	background-image: url(/images/wintron/footer/icon_tools-resources.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#col_d_head {
	background-image: url(/images/wintron/footer/facebook.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#footer_table tr td ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#footer_table tr td ul li {
	margin: 0 !important;
	padding: 0 !important;
}

#footer_table tr td ul li a:link, #footer_table tr td ul li a:active, #footer_table tr td ul li a:visited {

}

#footer_table tr td ul li a:hover {

}

/* END FOOTER */

#sidenav {
	float: right;
	width: 195px;
	padding-top: 5px;
}

#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidenav ul li {

}

#sidenav ul li a:link, #sidenav ul li a:visited, #sidenav ul li a:active {
	display: block;
	width: 170px;
	padding: 5px;
	color: #000;
	background-color: #BB1F1E;
	text-decoration: none;
	color: #fff;
	margin-bottom: 10px;
}

#sidenav ul li a:hover, #sidenav #active {
	background-color: #AAAAAA;
	color: #000;
}

#content {
	padding-right: 10px;
	float: left;
	width: 600px;
	min-height: 400px;
	padding: 5px;
}

#content p {
	margin: 0;
	padding: 0;
}

/* CONTENT STYLING */
.content p {
	margin: 0;
	padding: 0;
	line-height: 15px;
	margin-bottom: 10px;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #2E2E2E;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

.content hr {
	background-color: #ccc;
	height: 1px;
	border: none;
}

.content h1 { 
	background-image: url(/images/wintron/content/bluefade2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 18px;
	padding: 3px;
	color: #fff;
	border: none;
	margin-top: 0px;
	margin-bottom: 8px;
}
.content h2 { 
	background-image: url(/images/wintron/content/bluefade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px;
	font-size: 14px;
	color: #000;
	border: none;
}
.content h3 { 
	font-size: 12px;
	padding: 3px;
	background-image: url(/images/wintron/content/bluefade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: none;
}
.content h4 { font-size: 12px; }
.content h5 { font-size: 11px; }
.content h6 { font-size: 10px; }

.content a:link, .content a:active, .content a:visited {
	color: #2E2E2E;
}

.content a:hover {
	color: #FF0000;
}

/* ADVERTS */
.sidebar_ad img {
	width: 194px;
	margin-bottom: 5px;
}

.sidebox {
	width: 192px;
	border: 1px solid #cccccc;
	margin-bottom: 3px;
	background-color: #EBEBEB;
}

.sidebox table tr td {
	margin: 0;
	padding: 0;
}

.sidebox p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* SEARCH BOX */
#search_box_container {
  /*margin-left: 755px;
  padding-top: 20px;
  position: absolute;
  white-space: nowrap;*/
  float: right;
  padding-top: 35px;
  padding-right: 8px;
}

#ecom_search {
	width: 200px;
	font-size: 16px;
}

#can_flag {
	padding-left: 5px;
	margin-top: -5px;
}

#search_results_ajax {
	background-color: #fff;
	border: 1px solid #cccccc;
	position: absolute;
	height: auto;
	z-index: 2;
	display: none;
	width: 400px;
	margin-left: -206px;
	margin-top: -2px;
	padding: 5px;
}

#search_results_ajax ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#search_results_ajax ul li {
	margin: 0 !important;
	padding: 0 !important;
}

#search_results_ajax a:link, #search_results_ajax a:active, #search_results_ajax a:visited {
	color: #666666;
	display: inline-block;
	width: 393px;
	padding: 3px;
	text-align: right;
}

#search_results_ajax a:hover {
	background-color: #efefef;
	color: #000;
}

.required, .failure, .success {
	text-transform: uppercase;
	font-size: 11px;
}

.required {
	color: #FF0000;
}

.failure, .success {
	display: inline-block;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin-top: 10px;
}

.failure {
	background-color: #990000;
	color: #fff;
}

.success {
	background-color: #006600;
	color: #fff;
}

/* INPUT STYLING */
.button {
	background-color: #666666;
	background-image: url(/images/wintron/nav_bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: none;
	padding: 5px;
	cursor: pointer;
}

.button:hover {
	background-image: url(/images/wintron/nav_bg_over.png);
	background-repeat: repeat-x;
		font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border: none;
	padding: 5px;
	cursor: pointer;
}

.only_printable {
	display: none;
}

.listing_cat_image img {
	padding-bottom: 5px;
}
