body {
	background-color:#fff;
	font-family: Georgia, Arial, sans-serif;
	font-size: 11px;
	color: black;
	text-align:center;
	width:100%;
	background:url(../images/bg_left.jpg) no-repeat;
}

form,img { margin:0px; padding:0px; border:0px; }

input,textarea,select {
	font-family: Georgia, Arial, sans-serif;
	font-size: 11px;
	padding:2px;
}

#flashbg {
	width:100%;
	height:518px;
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
}

#content {
	position:absolute;
	z-index:1000;
	width:965px;
	margin:0px auto;
}

a:link { color: black; }
a:visited { color: black; }
a:hover { color: #585858; }
a:active { color: black; }
	
h2 {
	margin:20px 0px;
	color:#3e4444;
	font-weight:bold;
	font-size:18px;
}

#content_inner h2 {
	margin-bottom:20px;
	margin-top:0px;
}

#content_inner table,td {
	background:none;
	text-align:left;
}

hr {
	border:0px; border-top:1px dotted #000000; height:0px; margin-bottom:10px;
}

#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:965px;
}

.box {
	border-top:1px dotted #8f8fa8;
	border-bottom:1px dotted #8f8fa8;
	background:#f7f7f7;
	padding:10px;
	margin-bottom:10px;
}



#forgotbox {
	border:none;
	background:none;
	text-align:center;
}

#box_alert{
	color:#052984;
	background: url(../images/icons/exclamation_blue.gif) 10px no-repeat;
	border-top:1px dotted blue;
	border-bottom:1px dotted blue;
	background-color:#eaeff5;
	margin:10px 0px;
	padding:10px 10px 10px 30px;
}

#box_error{
	color:#FF0000;
	background: url(../images/icons/exclamation.gif) 10px no-repeat;
	border-top:1px dotted red;
	border-bottom:1px dotted red;
	background-color:#f5eaea;
	margin:10px 0px;
	padding:10px 10px 10px 30px;
}

#box_error li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.form_text {
	margin-right:10px;
	color:#000000;
	padding-top:3px;
}

.form_left {
	width:150px;
	float:left;
}

.form_inputtext {
	margin-right:10px;
	background-color:#fff;  
	border-color:#8f8fa8;
	border-width: 1px; 
}

#loginbox_small {
	text-align:right;
	height:30px;
	margin-bottom:14px;
}

#loginbox {
	text-align:center;
}

#content_inner {
	width:800px;
	padding:0px 40px;
	margin:0px auto;
	background:url(../images/bg_contentinner.gif) no-repeat;
}

.form_inputsubmit {
	border-top:1px solid #d4cfc8;
	border-left:1px solid #d4cfc8;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	color:#000;
	background-color:#fff;
	padding:2px 10px;
}

.input_text_small {
	font-size:10px;
	padding:1px;
	float:right;
	margin-right:5px;
}

.input_image_small {
	float:right;
	padding-top:4px;
}

.tabs {
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style:none;
	border-bottom:1px solid #d6d4d3;
}

.tabs li {
	float:left;
	padding:0px;
	margin:0px 10px 0px 0px;
	height:23px;
	width:150px;
}
.tabs li .tab_left {
	float:left;
	width:15px;
	height:23px;
}

.tabs li .tab_inner {
	float:left;
	text-align:center;
	height:23px;
	width:120px;
	padding-top:6px;
}

.tabs li .tab_right {
	float:right;
	width:15px;
	height:23px;
}

.tabs .normal {
	color:#989898;
}
.tabs .active {
	
}

.tabs .normal a:link { color: #585858; }
.tabs .normal a:visited { color: #585858; }
.tabs .normal a:hover { color: #000; }
.tabs .normal a:active { color: #585858; }

.tabs .normal .tab_left {
	background: url(../images/tab_left_a.gif) no-repeat;
}

.tabs .normal .tab_inner {
	background: url(../images/tab_bg_a.gif) repeat-x;
}

.tabs .normal .tab_right {
	background: url(../images/tab_right_a.gif) no-repeat;
}

.tabs .active .tab_left {
	background: url(../images/tab_left_b.gif) no-repeat;
}

.tabs .active .tab_inner {
	background: url(../images/tab_bg_b.gif) repeat-x;
}

.tabs .active .tab_right {
	background: url(../images/tab_right_b.gif) no-repeat;
}

.form_row { margin-bottom:10px; }
.form_row_last { margin-bottom:0px; }

#header { 
	background:url(../images/header.gif) no-repeat;
	background-position:0px 20px;
	margin-bottom:10px;
	width:965px;
	height:121px;
}

#header .col1 {
	width:430px;
	float:left;
}
#header .col2 {
	width:200px;
	float:left;
}
#header .col3 {
	width:335px;
	float:left;
	text-align:right;
}

#header a:link { color: black; text-decoration:none; }
#header a:visited { color: black; text-decoration:none; }
#header a:hover { color: #585858; text-decoration:none; }
#header a:active { color: black; text-decoration:none; }

#status {
	float:right;
}

#status .status_uname {
	font-weight:bold;
}

#status .my_account {
	font-weight:bold;
}

#status .my_account a:link { color: #000; }
#status .my_account a:visited { color: #000; }
#status .my_account a:hover { color: #ececef; }
#status .my_account a:active { color: #000; }

#status .logout {

}

#mainmenu {
	margin-top:66px;
	margin-left:15px;
}

#mainmenu ul {
	margin:0px;
	padding:0px;
	color:#fff;
	list-style:none;
}

#mainmenu li {
	float:left;
	color:#fff;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #fff;
}

#mainmenu ul .last {
	border-right:none;
	margin-right:0px;
	padding-right:0px;
}

#mainmenu li a:link { color: #fff; }
#mainmenu li a:visited { color: #fff; }
#mainmenu li a:hover { color: #ececef; }
#mainmenu li a:active { color: #fff; }

.cart .row {
	margin-bottom:5px;
}

.cart .row .name {
	float:left;
	padding-top:4px;
	margin-right:10px;
}

.cart .row .size {
	float:left;
	padding-top:4px;
}

.cart .row .quantity {
	float:right;
	margin-right:10px;
}

.cart .row .price {
	float:right;
	padding-top:4px;
	margin-right:10px;
}

.cart .row .options {
	float:right;
	padding-top:4px;
}

.cart_total {
	float:right;
	margin-bottom:10px;
	text-align:right;
}

.cart_left_options {
	float:left;
}

.cart_right_options {
	float:right;
	text-align:center;
}

.box_info {
	margin-bottom:10px;
}

.item {
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-bottom:5px;
}

.item .name {
	float:left;
	margin-left:30px;
	padding-top:2px;
}

.orders {
	background-image:url(../images/icons/order.gif);
}

#pill_a {
	margin-top:42px;
}

#footer li {
	float:left;
	color:#fff;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #fff;
}

#footer ul .last {
	border-right:none;
	margin-right:0px;
	padding-right:0px;
}

#footer {
	margin:20px 0px 20px 0px;
	text-align:center;
	background:#000000;
	color:#ffffff;
}
#footer a:link { color: white; text-decoration:none; }
#footer a:visited { color: white; text-decoration:none; }
#footer a:hover { color: #858585; text-decoration:none; }
#footer a:active { color: white; text-decoration:none; }

#copyright { 
	background:#000000;
	color:#ffffff;
	margin-top:5px; }

#footer_box {
	border-top:1px solid #ffffff;
	border-bottom:1px dotted #8f8fa8;
	background:#000000;
	color:#ffffff;
	text-align:center;
}

.sig { margin-top:20px; }

.news_item {
	margin-bottom:10px;
}
.news_title {
	font-size:18px;
	font-weight:bold;
}
.news_date {
	font-style:italic;
	margin-bottom:10px;
}
.news_html {
	margin-bottom:20px;
}

.product {
	float:left;
	margin:10px;
}

.product_cola {
	float:left;
	width:400px;
	display:inline;
}

.product_colb {
	float:left;
	width:150px;
	display:inline;
}

.product_colc {
	float:right;
	width:310px;
	display:inline;
	text-align:right;
}

.product_title {

}

.product_edition {
	font-size:16px;
	font-weight:bold;
}

.product_inventory {
	margin-bottom:20px;
	font-size:14px;
}

.sizingchart {
	margin-top:5px;
	font-size:9px;
}

.product_tn {
	float:left;
	margin:0px 10px 10px 0px;
	border:1px solid gray;
}


