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

/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	background:#151918 url(../styleImages/caribbean-tire-page-bg.jpg) repeat-x top left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1.red {
	background:url(../styleImages/h1-center-bg.gif) repeat-x top left;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	padding:10px;
	margin-bottom:20px
}
h1.black {
	background:url(../styleImages/h1-black-bg.gif) repeat-x top left;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	padding:10px;
	margin-bottom:3px;
}
h2 {
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
}
h3 {
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
ul {
	list-style:square;
}
ol {
	list-style:decimal;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.85em;
}
img {
	border:0;
	behavior:url(../iepngfix.htc);
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a:link, a:visited {
	text-decoration:none;
	color:#B22525;
}
a:hover, a:active {
	color:#B22525;
	text-decoration:underline;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 0 0;
	padding:0;
}
table tr td {
}
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0 auto;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
#header {
	margin:0px auto;
	width:780px;
	background:url(../styleImages/caribbean-tire-header-bg.gif) repeat-x top center;
}
#menu {
	margin:0px auto;
	width:780px;
	background-color:#000;
	color:#fff;
	text-align:center;
	height:44px;
}
#menu a:link, #menu a:visited {
	display:block;
	padding:15px 20px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size:12px;
	font-weight:bold;
	height:24px;
	text-decoration:none;
	vertical-align:middle;
	background:url(../styleImages/menu-divider.gif) no-repeat right center;
}
#menu a:hover, #menu a:active {
	color:#fff;
	text-decoration:underline;
}
#tireSearch {
	margin:0px auto;
	width:780px;
	background-color:#000;
	color:#fff;
}
#searchHeader, #searchFooter {
	background:url(../styleImages/tire-search-header-bg.gif) repeat-x center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:11px;
	padding:4px;
}
#searchContent {
	background:url(../styleImages/tire-search-bg.gif) no-repeat center;
	height:212px;
}
#content {
	margin:0px auto;
	background-color:#fff;
	width:780px;
}
#bottomMenu {
	margin:0px;
	padding:0px;
}
#bottomMenu li {
	display:inline;
}
#bottomMenu li a:link, #bottomMenu li a:visited {
	color:#606060;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:2px 5px;
}
#bottomMenu li a:hover, #bottomMenu li a:active {
	text-decoration:underline;
}
.AccordionPanelContent ul {
	float:left;
}
.AccordionPanelContent li a:link, .AccordionPanelContent li a:visited {
	color:#eee;
	display:block;
	text-decoration:none;
}
.AccordionPanelContent li a:hover, .AccordionPanelContent li a:active {
	color:#fff;
	text-decoration:underline;
}
a.details:link, a.details:visited {
	display:block;
	float:right;
	padding:4px 6px;
	background-color:#aaa;
	border:1px solid #777;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
a.details:hover, a.details:active {
	background-color:#999;
}
.result {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid #B22525;
}
.brand {
	font-weight:bold;
}
.type {
	font-style:italic;
	padding:0px 20px 0px 0px;
}
.categoryname {
	font-weight:bold;
}
.category {
}
.description {
	display:block;
	padding:5px 0px;
}
.tirename {
	color:#B22525;
	font-size:24px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.performancedetails {
	background-color:#eee;
	border:1px solid #aaa;
	border-collapse:collapse;
}
.performancedetails th {
	background-color:#787878;
	color:#fff;
	border-bottom:1px solid #888;
}
.performancedetails td {
	border-bottom:1px dotted #aaa;
}
.similiar {
	float:left;
	padding:4px;
	margin:0px 10px 0px 0px;
	text-align:center;
	font-weight:bold;
	width:100px;
}
.tiresearch img {
	margin-top:10px;
}
.tiresearch a:link, .tiresearch a:visited {
	text-decoration:none;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#search input.text {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
	border:1px inset #999;
}
#search select.text {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
	border:1px inset #999;
}
.section-header {
	padding:10px;
	background-color:#eee;
	border-bottom:1px solid #a00;
	border-top:1px solid #a00;
	color:#900;
	font-weight:bold;
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #E1E1E1;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
/*
a.txtviewCart {
	background:#000 url(../styleImages/btn_bg.gif) repeat-x top left;
	height:28px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	padding:6px 12px;
	text-decoration:none;
}
*/
#breadcrumb {
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
}
#price-op {
	font-size:16px;
	padding:5px 0px;
	float:left;
}
#rating {
	float:right;
	text-align:right;
}
.was {
	color:#999;
	text-decoration:line-through;
}
.now {
	color:#A60202;
	font-weight:bold;
}
.review {
	padding-bottom:40px;
}
.reviewTitle {
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px dotted #999;
	height:20px;
}
.comment {
	padding:10px 20px;
}
.ratedBy {
	font-size:10px;
}
#cartguide {
	margin:0px auto;
	text-align:center;
	padding:10px 0px;
}
#cartguide .inactive {
	display:table-cell;
	color:#cccccc;
	font-weight:bold;
	border-top:1px solid;
	text-decoration:none;
	margin:0px;
	padding:5px 16px 0px;
}
#cartguide .txtcartProgressCurrent {
	display:table-cell;
	color:#A60202;
	font-weight:bold;
	border-top:1px solid;
	text-decoration:none;
	margin:0px;
	padding:5px 16px 0px;
}
#additem {
	font-size:10px;
	font-weight:bold;
	display:table-cell;
}
#additem form {
	margin:0px;
	padding:0px;
}
#additem input.code {
	width:40px;
	color:#454545;
	font-size:10px;
}
#cart {
	padding-top:15px;
}
#cart th {
	background-color:#A60202;
	color:#fff;
	border-bottom:2px solid #000;
}
#cart td {
	border-bottom:1px dotted #A60202;
}
#cart form {
	margin:0px;
	padding:0px;
}
#cart input.quantity {
	width:20px;
	font-size:10px;
}
#cart #total {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding:8px;
}
#acc_create form {
	padding:0px;
	margin:0px 20px;
}
#acc_create input.text {
	font-size:10px;
	font-weight:normal;
	width:160px;
	border:1px solid #dfdfdf;
	padding:2px;
	margin-bottom:6px;
}
#acc_create select {
	fontisize:10px;
	font-weight:normal;
	width:160px;
	border:1px solid #dfdfdf;
	padding:1px;
	margin-bottom:6px;
}
#acc_create textarea {
	fontisize:10px;
	font-weight:normal;
	width:360px;
	height:140px;
	border:1px solid #dfdfdf;
	padding:1px;
	margin-bottom:6px;
}

.required {
	font-size:12px;
	color:#dd0000;
}
.txtCartPrice {
	float: right;
	color:#900;
	padding-right: 3px;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #900;
	border: 1px solid #000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #000;
	border: 1px solid #900;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #900;
	border: 1px solid #cccccc;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtSession, a.txtSiteDocs {
	color: #900;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #00000;
	text-decoration: none;
}
.submit {	
	color: #FFFFFF;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
	background-color: #900;
	border: 1px solid #000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
form.red {
	display:block;
	background:url(../styleImages/h1-center-bg.gif) repeat-x top left;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}
form.red td {
	line-height:36px;
}
.red input.text {
	font-size:10px;
	font-weight:normal;
	padding:2px;
}
.tdListTitlee {
	border-bottom: 1px dashed #333;
}
#selector {
	margin:0px auto;
	width:780px;
	background-color:#888;
}
#selector a.tabselector:link, #selector a.tabselector:visited {
	background:#bbb url(../styleImages/panel-header-bg.gif) repeat-x top left;
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
	padding-left:10px;
	text-decoration:none;
	border-top:1px solid #999;
}
#selector a.tabselector:hover, #selector a.tabselector:active {
	background:#bbb url(../styleImages/panel-header-bg-over.gif) repeat-x top left;
}
#selector a.selected:link, #selector a.selected:visited {
	background:#bbb url(../styleImages/panel-header-bg-over.gif) repeat-x top left;
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
	padding-left:10px;
	text-decoration:none;
	border-top:1px solid #999;
}
#selector .otherProdImage {
	display:block;
	line-height:40px;
	padding:0px;
	margin:0px;
	background:url(../styleImages/other-products.gif) no-repeat 180px 0px;
}
.otherPrudLinks li a:link, .otherPrudLinks li a:visited {
	color:#eee;
	display:block;
	text-decoration:none;
}
.otherPrudLinks li a:hover, .otherPrudLinks li a:active {
	color:#fff;
	text-decoration:underline;
}
.otherProdLinks {
	padding:15px 0px;
}
.otherProdLinks li {
	display:block;
	width:244px;
	float:left;
}
.otherProdLinks li a:link, .otherProdLinks li a:visited {
	color:#eee;
	display:block;
	text-decoration:none;
	line-height:16px;
	padding-left: 12px;
	background:transparent url(../styleImages/bullet.gif) no-repeat top left;
}
.otherProdLinks li a:hover, .otherProdLinks li a:active {
	color:#990000;
	text-decoration:underline;
}
.sizeinfo ul {
	list-style-type: none;
	float: left;
	margin: 0 0 .5em 0;
	width: 49%;
}
.sizeinfo ul li {
	margin: 0;
}
.sizeinfo ul {
	list-style-type: none;
	float: left;
	margin: 0 0 .5em 0;
	padding: 0px 0px 0px 10px;
	width: 49%;
}
.sizeinfo ul li {
	margin: 0;
	padding: 0;
}
.sizeinfo a {
	text-decoration: none;
	color:#000;
}
.sizeinfo a.moreinfo span {
	display: none;
}
.sizeinfo ul {
	list-style-type: none;
	float: left;
	margin: 0 0 .5em 0;
	width: 49%;
}
.sizeinfo ul li {
	margin: 0;
}
.sizeinfo ul {
	list-style-type: none;
	float: left;
	margin: 0 0 .5em 0;
	padding: 0px 0px 0px 10px;
	width: 49%;
}
.sizeinfo ul li {
	margin: 0;
	padding: 0;
}
.sizeinfo a {
	text-decoration: none;
	color:#000;
}
.sizeinfo a.moreinfo span {
	display: none;
}
a.moreinfo, a.moreinforight { 
 position: relative;
 text-decoration: none;
 border-bottom: 1px dashed #333;
 z-index: 500;
 color:#000;
}
html>body a.moreinfo, html>body a.moreinforight { /* Unfortunate hack to restrict following styles to IE7 and modern browsers only -mt,10/18/2007 */
	display: inline-block;
	vertical-align: bottom;
}
a.moreinfo:link, a.moreinforight:link {
	cursor: pointer;
}
a.moreinfo:visited, a.moreinforight:visited {
	text-decoration: none;
}
a.moreinfo span {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	white-space: nowrap;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari 3 */
}
a.moreinforight span {
	white-space: nowrap;
	display: none;
	padding: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.moreinfo:hover, a.moreinforight:hover {
	cursor: default;
	background: #f1dbdb;
	z-index: 510;
	position: relative;
}
a.moreinfo:hover span, a.moreinforight:hover span {
	display: block;
	border: 1px solid #000;
	background: #B22525;
	color:#fff;
	cursor: default;
	z-index: 520;
}
#footer {
	width:780px;
	margin:10px auto 0px;
	color:#fff;
}
#footer a:link, #footer a:visited {
	color:#fff;
	padding:0px 5px;
}