/***********************************
RESETS
***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
body { line-height: 1;
}
ol, ul { list-style: none;
}
blockquote, q { quotes: none;
}

/ remember to define focus styles! /
:focus { outline: 0;
}

/ remember to highlight inserts somehow! /
ins { text-decoration: none;
}
del { text-decoration: line-through;
}

/ tables still need ‘cellspacing=”0”’ in the markup /
table { border-collapse: collapse; border-spacing: 0;
}

/***********************************
GLOBAL STUFF
***********************************/
body {
	font: 15px 'Georgia', Georgia, Times, serif;
	color:#3c3c3c;
	-webkit-text-stroke:1px transparent;
	background: url(../images/bg.png) ;
}
p{
	font-family: "Helvetica", Verdana, sans-serif;
}


/***********************************
LAYOUT
***********************************/
#container{
	width:950px;
	margin:35px auto;
}

#header{
	z-index:10;
	width:100%;
	display:block;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding:5px 0;
	text-align:center;
	position:fixed;
	margin-top:-35px;
}

.left{
	float:left;
}

.right{
	float:right;
}


/***********************************
SHIRTS
***********************************/
.tshirt{
	width:450px;
	height:270px;
	padding-top:10px;
	border:1px dashed #ccc;
	background:#fff;
	display:block;
	float:left;
	margin:10px;
}

.little-preview{
	margin:30px 0 0 0;
}

.item_price{
	font-size:18px;
	clear:both;
}
.item_add{
	clear:both;
	display:block;
	padding:5px;
	border:1px solid #ddd;
	text-align:center;
	margin-top:10px;
	text-decoration:none;
	color:#666;
}
.item_add:hover{
	color:#222;
	border:1px solid #bbb;
}
.shirt-info{
	margin-right:20px;
}

.active{
	background:#efe;
}


/***********************************
CART
***********************************/

.simpleCart_items{
	margin:20px auto 40px auto;
	width:900px;
	display:block;
	text-align:left;
}

.cartHeaders div, .itemContainer div{
	display:block;
	float:left;
	padding:5px;
}

.cartHeaders div{
	font-weight:bold;
}

.cartHeaders, .itemContainer{
	padding-left:75px;
	border-bottom: 1px dashed #ccc;
	clear:both;
	display:block;
	width:800px;
}
.shipping{
	font-size:12px;
}

.itemSize,.itemQuantity,.itemPrice, .itemTotal{
	width:125px;
	text-align:center;
}

.itemName{
	width:240px;
}

