
* {margin: 0px;	padding: 0px;font-family:  Helvetica, Verdana, Arial, sans-serif;}
img {border:0px; _margin-bottom: -1px;}
a {	text-decoration: none; color:#666666; position:relative;}
h1 {color:#666;	font-size:22px; margin-bottom:5px; font-weight:none;}
h2 {color:#666; margin-bottom:15px; text-transform:uppercase; font-weight:100; border-bottom: 2px dashed #ccc; display:block; padding: 5px; font-size:18px; margin-bottom:5px;}
h3 {color: #039C29; font-size:16px; font-weight:bold;}
h4 {color:#fff;	diplay:block; background:#333; font-size:14px; text-transform:uppercase;  padding: 5px; margin-top: 20px;}

.row_0 {background: #eee;padding:15px;}
.row_1 {padding:15px;}

.center {margin-left:auto; margin-right: auto; width: 800px;}
.padding {padding:10px;}
.float_right {float: right;}
.float_left {float: left; }
.clear {clear:both;	}
.spacer {clear:both;height: 50px;}
.error {background:#FDD2CE; font-weight:bold; border:2px solid #F77364; padding:10px;}
.msg {background-color:#F9F3CC; font-weight:bold;border:2px solid #FFCC00;  padding:10px;}

.text_center {text-align:center;}
.small_text {font-size:11px;}
.med_text {font-size:16px; font-weight:bold;}
.large_text {font-size:22px; display:block; margin-bottom:5px;}
.text {line-height:18px;}
.grey {color:#999;}
.white {color:#fff;}

.large_text {font-size:22px; display:block; margin-bottom:5px;}
.text {line-height:18px;}


body {
	margin: 0px;
	font: helvetica, tahoma, arial, verdana;
	font-size: 12px;
	background-repeat:no-repeat;
	background-position: 50% 0%;
		
}
#top {
	width:100%;
	background-color:#014D27;
	height: 8px;
}
#header_cart {
	width:100%;
	background-color:#014D27;
	color: #fff;
	padding:4px;
}
#header {
	background-image: url(/images/logo.png);
	background-repeat:no-repeat;
	* background-image: none;
	* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='/images/logo.png', sizingMethod='crop'); 
	width:700px;
}
#footer {
	width:600px;
	background-image: url(/images/transparent.png);
	color:#014D27;
	padding:4px;
	margin-bottom:50px;
}
#nav{
	width: 200px;
	padding-top: 60px;
	margin-right: 50px;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
}
#main {
	width:600px;
	 background:#fff;
	 padding:20px;
	 padding-top:25px;

}


#content_side {width:180px;}
#content_main {	width:400px;}

#tshirt {width:240px;}
#item_desc {width:350px;}

.block {
	float:left;
	width: 175px;
	font-size: 11px;
	padding: 5px;
	color:#666;
}

.list_item {

	border-bottom: 1px solid #ccc;
	line-height: 20px;
	 background-color: #fff;
	padding-left:10px;
	display: block;
}
.list_item:hover {
	background: #eee;
}
.item_thumb {
	background:url(/images/thumb_background.png);
	* background-image: none;
	* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='/images/thumb_background.png', sizingMethod='crop'); 
	width:100px;
	height:100px;
	padding:7px;
	display:block;
	margin-left:4px;
	margin-bottom:4px;
}
.small_img {
	padding:1px;
	border:1px solid #ccc;
	margin-right:5px;
	margin-top:5px;
}
.item_link {
	width:100px;
	height: 100px;
	display:block;
}
.item_link:hover {
	visibility: visible;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	background: #1B2429;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/admin/bubble.png) bottom right;
}
a span { 
	visibility: hidden;
	background:#000;
	padding:5px;
	font-weight:bold;
	padding-top:45px;
	width:90px;
	height: 50px;
	display:block; 
	filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
}

a:hover span { 
	visibility: visible; 
}
.form {
	width:95%;
	border: 1px solid #aaa;
	font-weight:bold;
	padding:3px;
	color:#777;
	margin-bottom: 10px;
	
}

.odd_row {
	background: #eee;
	border-bottom: 2px solid #ccc;
}
.even_row {
	border-bottom: 2px solid #ccc;
}
.row_column {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	
}


/* Definition list layout for forms */
.form_row {
		background-color: #fff;
		padding: 15px;
		border-bottom: 1px solid #eee;
}
.form_row:hover {
		padding: 15px;
		border-bottom: 1px solid #ccc;
		background: #eee;
}

fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
	color: #333;
}

.submit {
	font-size:16px;
	font-weight: bold;
	border: 0px;
	padding-top:4px;
	background-color:transparent;
	text-transform:uppercase;
}
.submit:hover {
	color:#CCC;
	cursor:pointer;
}
.submitted {
	width: 220px;
	height: 45px;
	border: 0px;
	background: url(/images/icon/ajax-loader.gif) ;
	background-repeat: no-repeat;
}