body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.80em;
	background: #afafaf url(/images/bg.png) repeat-x top center;
}

img, input[type=image] { border: 0; }
#dz_all {
	width: 1135px;
	margin: 0 auto;
	position: relative;
	background: white;
}

#dz_all .shadow1 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 7px;
	background: url(/images/shadowl.png);
}
#dz_all .shadow2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 7px;
	background: url(/images/shadowr.png);
}


#dz_social {
	height: 19px;
	padding: 17px;
	text-align: right;
	font-size: 95%;
}

#dz_social a {
	color: black;
	text-decoration: none;
}
#dz_social a:hover { text-decoration: underline; }
#dz_social img { vertical-align: middle; position: relative; top: -3px; margin-right: 3px; }

#dz_banner {
	height: 228px;
	background: url(/images/banner2.jpg) no-repeat top left;
}

#dz_banner h1 {
	display: none;
}

#dz_navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #8f182c url(/images/navbar.png) repeat-x top;
}
.clear {
	clear: both;
}

#dz_navbar > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: #8f182c url(/images/navbar.png) repeat-x top;
	vertical-align: top;
	border-left: 2px solid black;
	zoom: 1;
	height: 15px;
	line-height: 15px;
	font-size: 90%;
	text-align: center;
	color: white;
	padding: 10px 23px;
	padding-top: 12px;
	position: relative;
	text-transform: uppercase;
	*display: inline;
}

#dz_navbar > ul > li ul {
	display:  none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #8f182c;
	position: absolute;
	top: 100%;
	z-index: 10;
	border: 1px solid black;
	left: 0;
	right: 0;
	min-width: 130px;
}
#dz_navbar > ul > li ul > li {
	text-align: left;
}
#dz_navbar > ul > li ul > li > a {
	display: block;
	color: white;
	padding: 4px;
	text-transform: none;
	text-decoration: none;
}
#dz_navbar > ul > li > a { background: none !important; }
#dz_navbar > ul > li ul > li > a:hover {
	background: #bd2b42;
}

#dz_navbar > ul > li:hover ul { display: block; }

#dz_navbar > ul > li:first-child { border-left: 0; }
#dz_navbar > ul > li > a { color: white; text-decoration: none; display: block; }

#dz_contents {
	padding: 6px;
	padding-right: 490px;
	position: relative;
	min-height: 620px;
}

#dz_sidebar {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 484px;
	min-height: 470px;
	padding-bottom: 150px;
}

#dz_sidebar .nascarSprintLogo {
	display: block;
	position: absolute;
	right: 5px;
	top: 100%;
	margin-top: -135px;
	width: 228px;
	height: 120px;
}

#dz_sidebar-login {
	position: absolute;
	top: 0;
	right: 0;
	padding: 27px;
	height: 100px;
	width: 187px;
	background: #244058 url(/images/login-fill.png) repeat-x bottom;
	color: white; 
	font-size: 85%;      
}

#dz_sidebar-login label {
	display: inline-block;
	width: 68px;
	text-align: right;
	margin-right: 4px;
	zoom: 1;
	*display: inline;
}

#dz_sidebar-login .bg1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 27px;
	height: 29px;
	background: url(/images/login-botleft.png);
}

#dz_sidebar-login .bg2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 27px;
	height: 29px;
	background: url(/images/login-botright.png);
}

#dz_sidebar-login .bg3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: url(/images/login-top.png);
}

#dz_sidebar-login h3 {
	margin: 0;
	padding: 0;
	height: 24px;
	margin-bottom: 15px;
	background: url(/images/sidebar-login.png) no-repeat center center;
}

#dz_sidebar-login h3 span {
	display: none;
}

#dz_sidebar-join {
	position: absolute;
	top: 0;
	right: 242px;
	padding: 27px;
	height: 100px;
	width: 187px;
	background: #8f182c url(/images/join-fill.png) repeat-x bottom;
	color: white; 
	font-size: 85%;      
}

#dz_sidebar-join .bg1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 27px;
	height: 29px;
	background: url(/images/join-botleft.png);
}

#dz_sidebar-join .bg2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 27px;
	height: 29px;
	background: url(/images/join-botright.png);
}

#dz_sidebar-join .bg3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: url(/images/join-top.png);
}

#dz_sidebar-join h3 {
	margin: 0;
	padding: 0;
	height: 24px;
	margin-bottom: 15px;
	background: url(/images/sidebar-join.png) no-repeat center center;
}

#dz_sidebar-join h3 span {
	display: none;
}
#dz_headlines a:hover { text-decoration: underline; }

#dz_sidebar-join .join {
	text-align: center;
	font-size: 300%;
}

#dz_footbar {
	padding: 12px;
}
#dz_footbar ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.contents .page {
	background: #fefdf9;
	color: #dz_8f182c;
	position: relative;
	padding: 22px;
	padding-bottom: 28px;
	padding-top: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;	
}
.contents .page .bg1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	z-index: 1;
	background: url(/images/page-bottom.png);
}
.contents .page .bg2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	z-index: 1;
	background: url(/images/page-left.png);
}
.contents .page .bg3 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 8px;
	z-index: 1;
	background: url(/images/page-right.png);
}
.contents .page .bg4 {
	position: absolute;
	right: 7px;
	left: 5px;
	top: 0;
	height: 3px;
	z-index: 2;
	background: url(/images/page-top.png);
}
.contents .page .bg5 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 52px;
	height: 58px;
	z-index: 2;
	background: url(/images/page-botleft.png);
}
.contents .page .bg6 {
	position: absolute;
	bottom: 0;
	right: 1px;
	width: 52px;
	height: 58px;
	z-index: 2;
	background: url(/images/page-botright.png);
}

#dz_footbar a { color: black; text-decoration: none; }
#dz_footbar a:hover { text-decoration: underline; }

#dz_footbar ul li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	color: #dz_333;
	font-size: 90%;
	zoom: 1;
	*display: inline;
}

#dz_shoppingcart {
	float:right;
	margin-right: 20px;
	border: 1px solid #aaa;
	padding: 4px;
}
#dz_logos {
	float:right;
	clear: right;
	margin-right: 20px;
	margin-top: 20px;
	text-align: center;
	padding: 4px;
}
#dz_logos img {
	padding: 3px;
}


#dz_contents h1, #dz_contents h2 {
	background: none;
	padding: 0;
	margin: 0.25em 0;
	color: #941f32;
	font-size: 14pt;
}
#dz_contents div.description { color: #941f32; }
#dz_contents h2 { font-size: 12pt; }
/* THE END OF DZINEIT DOMINATION ***********************************/
/*

body {
	margin: 0px;
	padding:0;
	background-color: #fff;
	color: #333333;
	font: 100% sans-serif;

}
*/
/*

#pageSurround {
	width:1228px;
	margin: 0px auto;
	background-color: #FFFFFF;
	color: #333333;
}

#PageOuter {
	background-image:url(../styleImages/backgrounds/contentBgSdw.gif);
	background-position:left top;
	background-repeat:repeat;
	background:white;
	width:1228px;
	margin:0 auto;
	padding:0;
}
*/


#Header {
	text-align: right;
	height: 90px; 
	width: 752px;
	margin:0 0 0px 0;
	padding-bottom: 8px;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../../../images/getLogo.php?skin=Carreta-Soft);
	background-repeat: no-repeat;
	background-position: left top;	
	background-color: #ffffff;
	color: #333333;
	}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase; 
	}

#Currency{
	padding: 15px 35px 2px 0;
	}

#Language {
	padding-right:10px;
	margin-bottom:3px;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	text-align:right;
	font-size:11px;
	color: #FFFFFF;
	text-transform:uppercase;
	margin:0;
	padding:0 10px 0 0;
	width:auto;
	float:right;
	} 

#Login p {
	margin:0;
	padding:0;
	}

#Login a {
	color: #FFFFFF;
	text-decoration:none;
	}

#Login a:hover {text-decoration:none; color:3aa8cc;}
	


/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	position: relative;
	left: 0px;
	width: 190px; 
	padding:10px 0 0 5px;
	float: left;
	font-size:11px;
	z-index:20;
	background-color: #244058;
	}

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color: #000;
	height: 30px;
	width:100%;
	border-bottom: 1px dotted #000;
	}


.subHeading h3 {
	margin:0;
	padding:5px 0 0 5px;
	color: #000;
	font-size: 13px;
	font-weight:normal;
	text-transform: uppercase;
	text-align:left;
	float:left;
	}

.subHeading h3 a {
	color: #000;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}

.subHeading h3 a:hover {
	color: #C6EADD;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	width:185px;
	color:#000;
	}

.LeftBox a {
	color: #000;
	text-decoration:none;
	}

.LeftBox a:hover {
	color: #C6EADD;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px dotted #000;
	padding-top:5px;
	color:#FFFFFF;
	background: #244058;
	}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color: #FFFFFF;
	background: #244058;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 11px;
	margin:0;
	}

.ul-nav, .li-nav{
	font-size: 11px;
	display: block;
	}

.ul-nav{
	width: 190px;
	padding: 0px;
	font-size: 11px;
	}

.li-nav{	
	float: left;
	display:inline;
	font-size: 11px;
	}

.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	background-color:#244058;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #C6EADD;
	z-index: 5;
	font-size: 11px;
	}

.li-nav a{
	padding: 2px;
	font-size: 11px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;;
	color: #FFFFFF;
	text-decoration:none;
	}

.li-nav a:hover{
	padding: 2px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #C6EADD;
	text-decoration:none;
	}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 178px 6px;
	}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #C6EADD; }



/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}




/**MAIN CONTENT SECTION
************************/
#Content {
	position: relative;
	width:537px;
	float: left;
	margin:0 0 0 15px;
	padding:0;
	}


#Content p {margin-left:10px;}

#ContentBox {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


/**GENERAL HEADERS
********************/
.Title {
	color: #6F9994;
	background:#FFFFFF; 
	height: 30px;
	padding:0;
	margin:0;
	}


h1 {
	font-size: 13px;
	color: #FFFFFF;
	background:#244058;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h2 {
	font-size: 13px;
	color: #FFFFFF;
	background:#244058;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


ah3 {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background:#244058;
	padding:6px 0pt 6px 5px;
	}


h4 {
	font-size: 13px;
	color: #6F9994;
	background:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {margin-bottom:5px;}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	}


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	text-align:center;
	margin:0;
	padding:5px 0;
	color: #FFFFFF;
	background:#242726;
	text-transform:uppercase;
	font-size:12px;
	height:20px;
	}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}

#SiteDocs a:hover {
	color: #C6EADD;
	}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


#Announcement p {
	margin:5px 5px 0 5px;
	line-height:16px;
	}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	}

#Inner {
	margin: 5px;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 115px;
	height: 145px;
	margin: 5px 5px 20px 5px;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:5px 0;
	margin:3px auto;
	border:1px solid #cccccc;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	width:100%;
	color: #333333;
	}

.LPName a:link, .LPName a:visited {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #242726;
	background: #FFFFFF;
	text-decoration:none;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	text-transform:uppercase;
	color: #244058;
	}


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 5px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

.subCat a {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color:#C6EADD;
	}

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}

/**ORIGINAL CAT VIEW CODING
*****************************/
/*.catview {
	margin:0 10px;
	padding:0;
	width:100%;
	}

.catimage {
	width:auto;
	height:auto;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:0;
	}

.catinfo {
	border-bottom:1px dotted #CCC;
	margin-right: 10px;
	}

.catInner {
	margin:10px 0;
	border-left:1px dotted #ccc;
	}

.catview a {
	color:#244058;
	text-decoration:none;
	}

.catview p {line-height:12px;}*/


.catview {
	margin:5px 0;
	padding:0;
	width:98%;
	border-top:1px dotted #CCCCCC;
	}

.catsep {
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding-right:8px;
	padding-bottom:5px;
	}


.catsep h2, .catsep h2 a {
	font-size: 13px;
	color: #244058;
	background:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

.catsep h2 a:hover {
	background: #FFFFFF;
	color:#32393E;
	}

.catimage {
	padding:0;
	margin:0;
	}

.catview a {
	color:#244058;
	text-decoration:none;
	}

.catview p {line-height:12px;}
.catview .Price {color: #244058; background: #FFFFFF;}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
	}
	
#MainProdImage {
	text-align:center;
	margin:20px auto;
	padding:0;
	width:auto;
	height:auto;
	}

#MoreImages {}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	height:auto;
	width:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.LightBox {
	float:left;
	margin:0 0 30px 15px;
	height:1%;
	}

.LightBoxImage {
	text-align:center;
	margin:0;
	padding:5px;
	border: 1px solid #CCC;
	}


/**PRODUCT DESCRIPTION
***********************/
#ProdDescription {
	text-align:left;
	padding:0;
	margin-bottom:20px;
	color: #333333;
	background: #FFFFFF;
	}

#ProdDescription h2 {
	margin:0 0 0 0;
	padding-left:5px;
	padding-bottom: 5px;
	font-weight:normal;
	background:#244058 none repeat scroll 0%;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding:5px 0;
	margin:0;
	text-align:left;
	height:60px;
	width:100%;
	}

#ProdPrice {
	float:left;
	display:inline; /*used to fix IE6 double margin bug with floated elements */
	width:30%;
	height:66%;
	font-size:20px;
	padding:20px 0 0 0;
	margin:0;
	text-align:left;
	color:#244058; 
	background:#FFFFFF;
	}

#ProdReviews {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:90%;
	width:29%;
	margin:0 auto;
	text-align:center;
	padding:3px 5px 3px 0;
	border-right:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	background:#FFFFFF;
	}

#ProdReviews a {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

#ProdReviews a:hover {text-decoration: none; color: #C6EADD}

#TellAFriend {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:37%;
	height:100%;
	margin:0;
	padding:0;
	background:white;
	}

#TellAFriend ul {
	display:block;
	margin:0 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
	}

#TellAFriend a {
	color:#244058;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#242726;
	background: #FFFFFF;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	background: #FFFFFF;
	}

#Options {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	background: #FFFFFF;
	}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin: 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	background: #FFFFFF;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color: #ffffff;
	background: #244058;
	font-size:14px;
	margin:10px 0;
	padding: 10px 10px 10px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuyLogin {
	color: #ffffff;
	background: #244058;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 5px 10px 5px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuy a {
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	}

/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color: #ffffff; 
	background: #244058;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	background:#FFFFFF;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color: #C6EADD;
	background: #FFFFFF;
	padding: 3px;
	}

.Date {
	color: #C6EADD;
	background: #FFFFFF;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}
























