* {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
body, html {
	/*font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d6d6d6;
	background:#000;
}
#wrapper {
	width:961px;
	margin:0 auto;
	position:relative;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background:#000;

}
#header {
	/*height:50px;*/
}

#temp_div{
	height:32px;
}
html>/**/body #temp_div{
	height:0px;
}

#title {
	background:url(../images/goodgear.gif) no-repeat;
	width:360px;
	height:84px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	/*_margin-left:7px;*/
}
#title span {
	display:none;
}
#slogan {
	background:url(../images/goodgear_slogan.gif) no-repeat right;
	height:38px;
	width:552px;
	margin-top:25px;
	margin-right:10px;
	_margin-right:7px;
	float:right;
}
#slogan span {
	display:none;
}
#other_nav {
	list-style-type:none;
	padding:0;
	margin:0;
	float:right;
	font-weight:bold;
	margin-top:15px;
	height:22px;
}
#other_nav li {
	display:inline;
	padding-right:4px;
	_padding-right:0px;
	padding-left:0px;
	_padding-left:3px;
	background:url(../images/othernav_sep.gif) no-repeat right 5px;
}
#other_nav li.last {
	background:none;
}
#other_nav li a {
	color:#14213d;
	padding:2px 5px 7px 5px;
}
#other_nav li a:hover {
	color:#14213d;
	background:#e4e7eb;
}
#top_container {
	clear:both;
	height:31px;
	background:#000000;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
#main_nav {
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
	height:31px;
	background:#000000;
	clear:both;
}
#main_nav li {
	display:inline;
}
#main_nav li a {
	color:#cfcfcf; /* white */
	padding:7px 10px 9px 10px;
	float:left;
	border-right:1px solid white;
	font-weight: bold;
}
#main_nav li a:hover {
	color:#000000; /* CEE8F4*/
	background:#999999; /* 003366*/
	
}
#view_selection {
	float:right;
	border-left:1px solid white;
}
#view_selection a {
	color:white;
	padding:7px 10px 9px 10px;
	float:left;
	background:#666666; /* #003366 */
	font-weight: bold;
}
#view_selection a:hover {
	color:#000000;
	background:#999999; /* #339900 */
	font-weight: bold;
}
#sub_container {
	clear:both;
	padding:5px;
	background:#333;
	height:25px;
	border-bottom:1px solid white;
}
#sign_in {
	list-style-type:none;
	padding:2px 7px 2px 5px;
	margin:0;
	float:left;
	background:#333;
	color:white;
}
#sign_in li {
	display:inline;
	padding-left:5px;
}
#sign_in li a {
	color:white;
}
#sign_in li a:hover {
	color:white;
}
#welcome_bar {
	list-style-type:none;
	padding:4px 7px 2px 5px;
	margin:0;
	float:left;
	background:#333;
	color:white;
	height:20px;
	vertical-align:middle;
}
#welcome_bar li {
	display:inline;
	background:url(../images/welcome_bar_sep.gif) no-repeat right 3px;
	padding-left:2px;
	_padding-left:5px;
	padding-right:7px;
	_padding-right:3px;
}
#welcome_bar li.last2 {
	background:none;
	padding-right:0;
}
#welcome_bar li a {
	color:#f3e2a7;
}
#welcome_bar li a:hover {
	color:white;
}
#search_box {
	list-style-type:none;
	padding:2px 5px 0 0;
	margin:0;
	float:right;
}
#search_box li {
	display:inline;
	padding-left:5px;
}
#search_box li a {
	color:white;
}
#search_box li a:hover {
	color:#000000;
}
#side_bar {
	width:185px;
	/*height:300px;*/
	float:left;
	margin-left:-963px;
}
#sub_nav {
	padding:0;
	margin:0;
	list-style-type:none;
	background:#14213d;
}
#sub_nav li#h3 {
	color:white;
	height:17px;
	background:#37425a;
}
#sub_nav li#h3 h3 {
	font-size:13px;
}
#sub_nav li {
	display:block;
	padding:5px 5px 5px 10px;
}
#sub_nav li a {
	color:white;
}
#sub_nav li a:hover {
	color:#FFFFCC;
	background:url(../images/subnav_hover.gif) repeat-y;
}
#sub_nav li#bottom {
	background:url(../images/subnav_footer.gif) no-repeat bottom;
	padding:0;
	margin:0;
	width:185px;
	height:10px;
}
#advertisements {
	width:169px;/*169*/
	float:right;
	/*margin-left:-100px;*/
	clear:right;
	
}
#content {
	margin-left:185px;/*185*/
	_margin-left:92px;/*92*/
	width:770px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	padding:3px 4px 4px 4px;
}
#content h4 {
	font-size:15px;
	padding-left:5px;
}
#content h5 {
	font-size:12px;
}
#content p {
	font-size:11px;
}
#content #messege {
	width:300px;
}
#content #messege h4 {
	background:#cc0000;
	font-size:13px;
	color:white;
	padding:5px;
}
#content #messege ul {
	padding:8px 10px 10px 30px;
	background:#37425a;
	color:white;
}
#content #messege li {
	display:block;
	line-height:20px;
}
#content #form {
	background:#333;
	padding:6px 10px 10px 11px;
	/*margin-right:3px;
	margin-left:4px;*/
	/*margin-top:10px;*/
}
#content #form label {
	float:left;
	width:270px;
	text-align:right;
	margin-bottom:2px;
	height:20px;
}
#content #form label.contact {
	text-align:left;
	width:150px;
}
#content #form .boxes {
	width:15px;
}
#content #form input, #content #form textarea {
	margin-bottom:2px;
	margin-left:4px;
}
#content #form br {
	clear:left;
}
#content #form h4 {
	font-size:13px;
	padding:6px;
	background:#14213d;
	color:white;
	margin-bottom:5px;
	margin-top:4px;
	text-align:center;
}
#content .brands {
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #f90;
	min-height:120px;
	height:auto !important;
	height:120px;
	width:260px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#content .brands h5 {
	font-size:16px;
	padding-bottom:5px;
	font-size:13px;
}
#content .brands img {
	width:200px;
	height:200px;
	/*float:left;*/
	padding-right:10px;
}
#content .brands p {
	margin-top:-5px;
}
#content .products {
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #f90;
	/*float:left;*/
	width:576px;
	margin:4px;
	min-height:130px;
	height:auto !important;
	height:136px;
}
#content .products .top {
	height:85px;
}
.table {
	clear:both;
	font-size:10px;
	padding:0;
	margin:5px 0 0 0;
}
.table td {
	background:#333;
	text-align:center;
	padding:5px;
}
.table td.td_left {
	background:#e4e7eb;
	text-align:left;
	padding:5px;
}
.table th {
	background:#14213d;
	color:white;
	width:35px;
	padding:2px;
}
#content .th_temp {
	background:#006699;
	color:white;
	padding:3px;
	font-weight:bold;
	text-align:center;
}
#table_cart {
	clear:both;
	font-size:11px;
	padding:0;
	margin:5px 0 0 0;
	width:100%;
}
#table_cart .cart_th {
	background:#666666; /* #14213d*/
	color:white;
	padding:2px;
}
#table_cart .cart_td_right {
	background:#ffffff; /* #e4e7eb*/
	text-align:right;
	padding:2px;
	color:#000000;
}
#table_cart .cart_td_left {
	background:#ffffff; /* #e4e7eb*/
	text-align:left;
	padding:5px;
	color:#000000;
}
#cart_buttons {
	text-align:center;
	padding-top:5px;
}
#cart_buttons .button {
	margin-bottom:5px;
}
#content #table_cart th {
	background:#666666;/* #14213d*/
	color:white;
	padding:2px;
}
#content p {
	padding-top:5px;
}
#content .products img {
	width:80px;
	height:80px;
	float:left;
	padding-right:8px;
}
#content .products from {
	float:right;
}
#content .products label {
	padding-left:5px;
}
#content .products .desc {
	float:right;
}
#content .product_details {
	padding:10px 5px 10px 5px;
}
#content .product_details .left {
	float:left;
	width:110px;
}
#content .product_details .right {
	float:left;
	width:475px;
}
#content .product_details img {
	width:100px;
	height:100px;
	padding:3px;
}
#content .product_details .table {
	margin-top:5px;
}
#content a {
	color:#c6c6c6;
	font-weight:bold;
}
#content a:hover {
	color:#06f;
}
.links {
	float:left;
	width:280px;
	padding:5px 10px 15px 5px;
}
.buttons {
	padding:5px;
	text-align:center;
	/*background:#BBCFDB;*/
	margin-left:10px;
}
.td_left {
	text-align:left;
}
#footer {
	clear:both;
	height:30px;
	background:#333;
	border-top:1px solid white;
	text-align:center;
	color:white;
	padding:7px;
}
#footer ul {
	padding:0;
	margin:0;
}
#footer li {
	list-style-type:none;
	display:inline;
	background:url(../images/othernav_sep.gif) no-repeat right 3px;
	padding-left:2px;
	_padding-left:5px;
	padding-right:7px;
	_padding-right:5px;
}
#footer li.last1 {
	background:none;
}
#footer li a {
	color:#fc0;
}
#footer li a:hover {
	color:#f90;
}

.button {
	background:#333;
	border:1px solid #ccc;
	color:white;
}
.button:focus {
	background:#0a2245;
}
input, select {
	/*font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#14213d;
	padding:1px;
}
input:focus, textarea:focus {
	background: #ffffdc;
}
.hoverOff  {
	color: #000;
	background-color: #fff;
	border: solid 1px #14213d;
}
.hoverOn    {
	color: #000;
	background-color: #fff;
	border: solid 1px #00858a;
}

#content_control {
	background-color: #7FAAFF;
	border-color:#0000FF;
	border-width: 2px;
	padding: 1px 2px 2px 1px;
}
#content_control span {
	border-right: 1px;
	border-color: red;
	padding : 1px 2px 2px 1px;
}
#content_control span a {
	color: white;
}




/*
Styles related to the dynamicdrive sucker menu
*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv {
	padding-bottom: 160px;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 185px; /* Width of Menu Items */
/*border: 1px solid #8BC53D;*/
}

.suckerdiv ul li{
position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
overflow: auto;
/* max-height: 200px; */ /*Tharanga commented 11-03-2009 */

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #f6f6f6; /* #000*/
text-decoration: none;
background:url(../images/menuitemBG.png);
/*background-color: #666666;*/
background-position: right;
padding: 1px 5px;
border-bottom: 1px solid #999999; /* #8BC53D*/
font-weight:bold;

}

.suckerdiv ul li a:visited{
background:url(../images/menuitemBG.png);
background-color: #999999;
color: #000000; /* #000*/
background-position: right;
font-weight:bold;
}

.suckerdiv ul li a:hover{
background:url(../images/menuitemBG_1.png);
background-color: #999999;
color: #000000; /* #000*/
background-position: right;
font-weight:bold;
}

.suckerdiv .subfolderstyle{
background:url(../images/menuitemBG.png);
background-color: #666666;
background-position: right;
}

#lhs_menu_bottom_gap {
border: 1px solid #8BC53D;
background:url(../images/components/bottommenu.png);
background-position: right;
height : 127px;
border :none;
/* border-left: 1px solid #8BC53D;*/ /*Tharanga*/
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.spansearchbox{
border: 1px solid #6f6f6f;	
}
