/* Message Box Div */

#MsgDiv {
	position:fixed;
	top:25%;
	left:40%;
	display: none;
	overflow: auto;
	z-index: 5;
}

#MsgTable {
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #ECE9D8;
	font-size: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#MsgTableRow {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#MsgTableData {
	background-color: #ECE9D8;
	background-position: center top;
	height: 19px;
	width: 300px;
	padding-top: 10px;
}

#MsgText {
	font-size: 12px;
	text-align: left;
}

#MsgPrompt, .MsgPrompt {
	font-size:12px;
	text-align:left;
	color:#FF0000;
	font-weight:bold;
	vertical-align: top;
}	

#MsgTitleRow {
	background-color: #0099FF;	
}

#MsgTitle {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
	text-align: center;
	height: 19px;
	vertical-align: top;
	font-family: Renfrew;
}

#MsgIconColumn {
	width: 48px;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
}

#MsgHeader {
	font-size:16px;
	font-weight:bold
}	
	 
/* End of Messagebox Div */

#WarnDiv {
	position:fixed;
	top:40%;
	left:40%;
	display: none;
	overflow: auto;
}

#WarnTable {
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	background-color: #FFFFFF;
	font-size: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#WarnTableRow {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#WarnTableData {
	background-color: #CCCCCC;
	background-position: center top;
	height: 19px;
	width: 250px;
}

#WarnText {
	font-size: 12px;
	text-align: left;
}

#WarnTitleRow {
	background-color: #FF0000;	
}

#WarnTitle {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
	height: 19px;
	vertical-align: top;
	font-family: Renfrew;
}


#ErrorTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#ErrorTxt {
	font-size: 9px;
}
#ErrWindow {position:absolute;top:50%;left:50%;overflow:show;}

.style1 {color: #FFFFFF}
.style4 {font-size: 32px}
.style5 {
	font-family: Renfrew;
	font-size: 28px;
}
.style6 {
	font-family: Renfrew;
	font-size: 18px;
	color: #000000;
}
.availColumn {
	color: #000066;
	font-weight: bold;
	font-size: 12px;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 18px;
}

.TableRow {
	font-size: 14px;
	font-weight: bold;
	background-image: url(/graphics/bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
	list-style-image: url(../images/dataicon.gif);
}

/* .TableRow {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	background-image: url(../graphics/bg.jpg);
	list-style-image: url(../images/dataicon.gif);
} */

.TitleRow {
	font-size: 28px;
	font-weight: bold;
	background-image: url(/graphics/bg.jpg);
	font: Renfrew;
}

.style8 {font-size: 14px; font-weight: bold; }

.DataCol {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CCCCCC;

	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#333333', endColorstr='#ffffff', gradientType='1');
	font-size: 14px;
}
.clickimage {
	cursor: hand;
	cursor: pointer;
}
.BigButton {
	font-family: Renfrew;
	font-size: 16px;
}
.BigCombo {
    color: #D32727;
	font-size: 18px;
	background-color:#e5e5e5
}

.SmallCombo {
	font-size:12px;
}	

.specialBorder, .wheelOption {
	border: 1px solid #e5e5e5;
	background-color:#e5e5e5;
}
.specialBorder:hover, .wheelOption:hover {
    cursor: hand;
	border: 1px solid #000000;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#333333', gradientType='1');
}


/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip {     
	background:transparent url(../img/tooltip/black_arrow_big.png) no-repeat scroll 0 0;     
	font-size:14px;     
	height:153px;     
	padding:30px;     
	width:310px;     
	font-size:14px;     
	display:none;     
	color:#fff; 
}  /* tooltip title element (h3) */ 

div.tooltip h3 {     
	margin:0;     
	font-size:18px;     
	color:#fff; 
}

.UserBox, .CartBox {
	font-size:12px;
	color:#FFFFFF;
}

.UserTitle {
	font-family: Renfrew;
	color: #FF0000;
	font-size:16px;
}

.emptyCart, .greeting {
	color:#000000;
}	
.RightContainer {
	vertical-align:top;
	text-align:center;
	background-image:url(/graphics/bg.jpg);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#000000', endColorstr='#CCCCCC', gradientType='1');
}	

.table_repeatRegion {
	border:thin;
	background-color:#e5e5e5;
	font-size:12px;
}	

.maincontainer {
	background-color:#e5e5e5;
	vertical-align:top;
	text-align:center;
}	

#closebutton {
	background-image:url(/images/close_on.png);
	height: 18px;
	width: 18px;
}

#closebutton:hover {
	background-image:url(/images/close_off.png);
	cursor:pointer;
}		

#availhelp {
	position:absolute;
	width: 100%;
	z-index: 99;
	margin-top: 10%;
	text-align:center;
	visibility:hidden;
	left: 0px;
}

div.ttip {
	/* background:transparent url(/images/tooltip/white.png) no-repeat scroll 0 0; */    
	font-size:14px;
	/* height:50px; 
	padding:30px;     
    width:150px;     
	font-size:12px; */    
	display:none;
	color: #D32727;
	font-weight:bold;
	text-align: left;
	margin-left: 0px;
}  /* tooltip title element (h3) */ 

#Model {
	width:130px;
	height:36px;
	text-align:left;
	font-size: 12px;
}

.Details {
	text-align:left;
	font-size:12px;
	display:none;
}

.Slogan {
	font-weight:bold;
}

#pdf_image {
	width:34px;
	height:36px;
	border:0px;
	vertical-align:top;
}
	
#WidthData {
	width:100px;
	text-align:center;
	font-size:12px;
}

#RimData {
	width:70px;
	text-align:center;
	font-size:12px;
}

#MSRPData {
	width:60px;
	text-align:center;
	font-size:12px;
	color:#000066;
}

#Price {
	width:92px;
	text-align:center;
	font-size:12px;
	color:#000066;
}							
		
#AvailCol {
	width:18px;
	border-right-width:0;
}

#img_Avail {
	width:20px;
	height:20px;
	cursor: hand;
	cursor: pointer;
}

#AvailData {
	width:78px;
	vertical-align:top;
	font-size:12px;
	color:#000066;
	font-weight:bold;
	border-left-width:0;
	text-align: left;
}	

#ExpandCol {
	width:30px;
	text-align:left;
}

.img_Expand {
	width:30px;
	height:16px;
	cursor: hand;
	text-align:center;
	border-width:0px;
	cursor: pointer;
}

#EanCodeData {
	width:130px;
	height:36px;
	text-align:left;
	font-size:12;
}	

#AddCartTd {
	height:26px;
	vertical-align:top;
}	
	
.TopCenter {
	text-align:center;
	vertical-align:top;
}		

#img_detail {
	width:128px;
}

#Reccount {
	color:#FF0000;
}	
	
.ShippingInfo {
	margin-left:25px;
	text-align: left;
	font-weight:bold;
}	
		
#Haz_Prompt {
	display:block;
}	

#ResultsCaption {
    padding-top:10px;
	text-align:center;
	font-size:12px;
	color:#000000;
}	
	
#shipping_services {
	text-align:center;
}		

#loading {
	display:none;
	height:32px;
}	
	 
.rowSeperator {
	height:4px;
	width:514px;
	background-color:#FFFFFF;
}	

.button_wrapper {
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	background-image: url(/graphics/bg.jpg);
	height: 30px;
	width: 514px;
	position: inherit;
}	

.form_footer {
	padding-bottom:4px;
}	

.fedex_form {
	width:514px;
	background-color:#E9E2D3;
	text-align:center;
}	
	
.FormTitle {
	height: 30px;
	width: 514px;
	font-size: 24px;
	background-image: url(/graphics/bg.jpg);
	font-family:Renfrew;
}

.page_footer {
	text-align:left;
	font-size:12px;
	vertical-align:top;
}		

.dice_table {
	font-size:11px;
	width:667px;
	text-align:left;
	line-height: normal;
	color: #333333;

	background-image: url(url(/images/dice/bg2.png)
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}	

.models_table {
	font-size:11px;
	width:667px;
	text-align:left;
	line-height: normal;
	color: #333333;

	background-image: url(url(/images/dice/bg3.png)
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}	

.dice_container {
	font-size:10px;
	width:667px;
	text-align:left;
	line-height: normal;
	color: #333333;
}	

.Gradient_Bg {
	background:url(/images/dice/bg2.png) repeat-x;
	height:100%;
}	

#preSubject {
	display:none;
	height:0px;
}	
	
	
	



