﻿/* These codes and procedures are copyright protected by Gproxy Design Inc. Â© 2004/2007 and the website owner. 
Gproxy Design Inc. does not authorize the copy or use of these by any third party company. */



/*-----------------------------------------------
	General styles
----------------------------------------------- */
.us-bordercontent{
	background-color:#FFFFFF;
}
.l-backfeatured {
	background-color: #7c0c0c;
	background-image: url(/site/left/us-l-featuredback.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	text-align:left;
}
br{
	margin:0px;
	padding:0px;

}
#div__label{
  height:0%;
  display:none;
  visibility:hidden;
}
form{
	margin:0;
}
/*-----------------------------------------------
	Body styles
----------------------------------------------- */

body {
	background-color: #7a0c0c;
	background-image: url(/site/templates/us-b-background.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

/*-----------------------------------------------
	Header styles
----------------------------------------------- */

.h-items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 2px;
	text-align: right;
}

.h-breadcrumbs, .h-breadcrumbs a {
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}
.h-breadcrumbs{
	padding-left: 8px;
	padding-top: 4px;
	letter-spacing: -1px;
}



/*-----------------------------------------------
	Left styles
----------------------------------------------- */

.l-left-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #303030;
}

.l-left-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #303030;
}

.l------- {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b8afaf;	
}

.l-links, .l-links a, h-links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.dropdowns, .dropdowns a, .dropdowns a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	width:129px;
	height:17px;
	border-color:#df1e1e;
	padding:0px;
}

#l-title-img{
	background:#383838 url(/site/left/us-l-shopt.gif) no-repeat top left;
}


/*-----------------------------------------------
	Dynamic Left Styles
----------------------------------------------- */ 
table#leftNav td.smalltext img{
	background:#CCC url(/site/left/us-l-arrow.gif) no-repeat center center;
}

table#leftNav a{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #2F2F2F;
	text-decoration: none;
}
table#leftNav a:hover{
	color: #000;
}
table#leftNav a.textboldnolink{
	font-weight:bold;
	color: #000;
}
table#leftNav input.input{
	width:100px;
}

/*-----------------------------------------------
	Footer styles
----------------------------------------------- */ 

.f-links, .f-links a{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
}
.f-links a:hover{
	text-decoration:underline;
}

.f-copyright {
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
}

/*-----------------------------------------------
	Add to cart template
----------------------------------------------- */ 
#addtocartimg{
	cursor:pointer;
}


/*-----------------------------------------------
	Modifies NetSuite styles 
----------------------------------------------- */ 

/* Centering in NON IE6 browsers */
div#innerwrapper {
	margin: 0 auto;
}
/* Change width of input quantity in add to cart */
input#qty {
	width:20px;
}
/* Change default NS Buttons */
input.bgbutton, input.nlbutton{
	color:#FFFFFF;
	background:#444882 url(/site/templates/us-input-bg.gif) repeat-x left bottom;
}
#cart td {
	vertical-align:bottom;
	border:none!important;
}
table #carttable .texttable,table #carttable .texttablert, table #carttable .texttablectr
{
	border:solid #cccccc 2px!important;
}
.texttable, texttable a{
	text-align:left;
}

