/* base elements */
body 
	{
	background: #000;
	color: #fff;
	font-size: 62.5%;
	letter-spacing: 0.9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	}
a 
	{
	color: #636386;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted #636386;
	}
a:hover 
	{
	color:#fff;
	}
h1, h2, h3, h4
	{
	font-weight: normal;
	line-height:1.2em; 
	margin-bottom:.3em;
	}
h1 
	{
	color: #fff;
	font-size: 2em;
	line-height: 25px;
	margin-bottom: 20px;
	}
h2 
	{
	position: relative;
	font-size: 1.75em;
	margin-bottom: 1em;
	padding-bottom: 8px;
	color: #f65506;	
	}
h3
	{
	margin-bottom: 0.5em;
	font-size: 1.4em;
	color: #fff;	
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px solid #75553A;
	}
h4	
	{
	font-size: 1.4em;	
	}
p 
	{
	font-size: 1.2em;
	margin-bottom:1em;
	line-height: 2;
	letter-spacing: 0.7px;
	color: #cccccc;
	}
blockquote 
	{
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
	}
blockquote cite 
	{
	font-size:.9em;
	}
ul, ol 
	{
	padding-top:0;
	}
dl
	{
	margin-bottom: 20px;	
	}
dt 
	{
	margin-bottom: 0.2em;
	float: left;
	width: 150px;
	text-align: right;
	color: #cccccc;
	}
dd 
	{
	float: left;
	width: 200px;
	clear: right;
	margin-bottom: 0.8em;
	}
hr
	{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	}
em
	{
	font-weight: bold;
	font-style: normal;	
	}
hr	
	{
	width: 900px;
	text-align: center;	
	}
img, button
	{
	border: medium none;	
	}
/* base  classes */
.clear 
	{
	clear: both;	
	}
.error, .alert, .success 
	{
	border:2px solid #DDDDDD;
	margin: 1em 0;
	font-size: 1.2em;
	padding:0.8em;
	}
.error, .error a 
	{
	background:#FBE3E4 none repeat scroll 0 0;
	border-color:#FBC2C4;
	color:#8A1F11;
	}
.alert, .alert a 
	{
	background:#FFF6BF none repeat scroll 0 0;
	border-color:#FFD324;
	color:#9C5F07;
	}
.success, .success a 
	{
	background:#E6EFC2 none repeat scroll 0 0;
	border-color:#C6D880;
	color:#264409;
	}
.indent
	{
	text-indent: 1.5em;	
	}
.noindent
	{
	text-indent: 0;	
	}
.large
	{
	width: 600px;	
	}
.small
	{
	width: 235px;	
	}
.left
	{
	float: left;	
	}
.right
	{
	float: right;	
	}
.textleft
	{
	text-align: left;	
	}
.textright
	{
	text-align: right;	
	}
.textcenter
	{
	text-align: center;	
	}
.half
	{
	width: 49%;	
	}
.smallcaps
	{
	text-transform: uppercase;	
	}
.noborder,.noborder:hover
	{
	border: medium none;	
	}
.number
	{
	font-size: 1.3em;
	font-weight: bold;	
	}
.button
	{
	background: transparent url(../images/button.png) top left no-repeat;
	width: 115px;
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;	
	border: 0px;
	color: #fff;
	margin-left: 5px;
	}
.button:hover
	{
	color: #fff;	
	}
.carticon
	{
	margin-left: 3px;
	vertical-align: middle;	
	}
/* forms elements */
form 
	{
	overflow:hidden;
	}
fieldset 
	{
	margin:10px;
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#111111;
	}
legend 
	{
	font-size:1.1em;
	font-weight: bold;
	padding:.3em .6em;
	border:1px solid #bbb;
	}
label 
	{
	margin-right: 1em;
	font-weight: bold;
	}
select	
	{
	letter-spacing: 0;	
	}
/* forms classes */
.form_error 
	{
	color: #CA0000;
	margin: 5px 0;
	clear: left;
	}
/* layout */
#topbar
	{
 	margin: 0 auto; 
	width: 960px;
	height: 20px;
	line-height: 20px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;	
	}
#user
	{
	position: absolute;
	margin: 0 auto; 
	top: 251px;
	width: 960px;
	left: 0;
	text-align: right;
	}
#wrapper
	{
	position: relative;
 	margin: 0 auto; 
	width: 960px;
	border: 1px solid #000;
	background: #000 url(../images/headers/header.png) top left no-repeat;		
	min-height: 500px;
	}
.content
	{
	width: 760px;
	float: right;
	}
#content_wrapper
	{
	margin-top: 290px;
	clear: both;
	}	
/* header */
img.logo
	{
	position: absolute;
	top: 30px;
	left: 0;	
	}
/* menu */
div.menu
	{
	float: left;
	width: 180px;
	overflow: hidden;
	}
ul.menu 
	{
	margin: 0;
	padding: 0;
	list-style:none;
	}
ul.menu li 
	{	
	margin:0;
	}
ul.menu li a, .menuinactive 
	{
	color: #fff;
	display: block;
	padding-left: 5px;
	width: 180px;
	height: 25px;
	line-height: 25px;
	font-size: 1.2em;
	border: 0; 
	}
ul.menu li a:hover,ul.menu li a:active
	{
	color: #f65506;
	}
ul.menu li a.active
	{
	padding-left: 0px;
	color: #f65506;	
	}
.menuinactive
	{
	color: #fff;	
	}
.menuactive
	{
	color: #f65506;	
	}
div.undermenu
	{
	margin-top: 15px;	
	}
div.user
	{
	}	

/* content */


/* auth */
div.formright
	{
	width: 300px;
	float: right;	
	}


/* home page */
div.slideshow
	{
	float: right;
	margin-left: 15px;	
	}
span.sabaku
	{
	color: #f65506; 
		
	}
/* design detail */
div.shirt
	{
	float: left;
	width: 400px;
	margin-top: 20px;	
	}
div.shirtright
	{
	float: right;
	margin-left: 30px;
	}
div.shirt_look
	{
	float: right;
	width: 345px;
	text-align: center;	
	}
div.design_front, div.design_back
	{
	float: left;
	width: 343px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;		
	}
a.learnmore
	{
	font-size: 0.65em;
	font-style: normal;	
	}
h1.design
	{
	margin-bottom: 0;	
	}
table.design
	{
	margin-top: 15px;
	margin-bottom: 25px;	
	}
table.design thead tr
	{
	line-height: 20px;
	font-size: 1.2em;
	}
table.design tbody tr
	{
	border-top: 1px solid #111111;
	vertical-align: middle;	
	}
table.design tbody tr td
	{
	vertical-align: middle;	
	}
/* bio */
.bioleft
	{
	float: left;
	margin-right: 15px;	
	}
.bioright
	{
	float: right;
	}
/* designs */
div.description
	{
	}

div.design_menu
	{
	margin-bottom: 25px;
	}
div.design_menu div h2
	{
	margin-bottom: 0;	
	}
#sale
	{
	color: #C81A05;	
	}
a.active#sale 
	{
	color: #fff;	
	}
div.design_grid
	{
	}
div.design	
	{
	
	float: left;
	height: 230px;
	text-align: center;	
	}
div.design_box
	{
	height: 160px;
	width: 160px;
	margin-right: 30px;
	background: #111111;
	}
div.design_box a
	{
	width: 160px;
	height: 160px;
	display:table-cell;
	vertical-align: middle;
	}
div.design_box a:hover
	{
	}
div.design_text
	{
	height: 65px;
	width: 160px;
	}
p.design_text
	{
	font-size: 1em;
	line-height: 1.5;	
	margin: 0;
	margin-top: 5px;	
	}
div.designbox
	{
	height: 60px;
	}
img.designthumb
	{
	height: 80px;
	margin-right: 10px;	
	}
a.designlink
	{
	margin-right: 15px;
	float: left;	
	}
/* style */
div.stylebox
	{
	float: left;
	width: 360px;
	margin-right: 15px;
	height: 380px;	
	}
div.styleimages
	{
	width: 400px;
	margin-bottom: 10px;	
	}
div.styleimages img
	{
	float: left;
	}
/* purchase */
.wholesaleform
	{
	margin-left: 25px;
	width: 300px;
	background-color: #000;	
	}
div.wholesaleform dl dd
	{
	width: 150px;	
	}
.errorlist	
	{
	padding-left: 60px;
	}
/* cart */
table.cart
	{
	width: 100%;
	}
tr.cartrow
	{
	background: #111111;	
	}
tr.stripe
	{
	background: #222222;	
	}
table.cart tbody tr td, table.cart tbody tr th
	{
	vertical-align: middle;
	padding: 10px;	
	}
img.cart_thumb
	{
	float: left;
	height: 64px;
	width: 110px;
	margin-right: 10px;	
	}
/* footer */
#footer
	{
	border-top: 1px solid #BBBBBB;
	padding-top: 10px;
	margin: 0 auto;	
	margin-top: 70px;
	margin-bottom: 25px;
	width: 960px;
	text-align: right;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;	
	}
/* tooltips */
.tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
	background-color: #000000;
	border: 1px solid #424242;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}
 
.tip-title {
	font-weight: bold;
	margin: 0;
	color:#F65506;
	font-size:1.75em;
	padding: 4px 8px 8px;
}
.tip-text {
	font-size: 12px;
	padding: 4px 8px 8px;
}



