/*
Client: Lil Decal Shoppe
Author: DEVNUTSmv
Contact: devnuts.com 
*/

body {
	margin: 3px;
	font-family: Arial;
	font-size: 14px;
}

a img { border: 0; }

#branding {
	background: url('/img/header.jpg') no-repeat top left;
	width: 500px;
	height: 150px;
}

#colLeft, #colRight {
	display: inline;
}

#colLeft {
	float: left;
	width: 320px;
}

#colRight {
	float: left;
	width: 680px;
}

#colLeft ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#colLeft li {
	margin: 0 0 25px 0;
}

/*
h2 {
	font-size: 48px;
	font-family: Arial;
	font-weight: normal;
}
*/
p {
	font-size: 14px;
	line-height: 18px;
}

.clear { clear: both; }

#copyright p {
	padding-top: 30px;
	line-height: 40px;
	text-indent: 40px;
	font-size: 11px;
	color: #AAA;
}



/*Top Strip Menu*/
ul.menuStrip {height:30px; z-index:999; border:2px solid #ddd; border-top:0; position:absolute; top:0; right:17px; z-index:9999; margin: 0; padding: 0; background-color: white}
ul.menuStrip li {float:left; display:block;}
ul.menuStrip li a, ul.menuStrip li span {padding:0 20px; border-right:1px solid #c0c0c0; font-size:12px; height:30px; text-align:left; font-family:Arial, Helvetica, sans-serif; color:#666; display:block; float:left; line-height:2.3em;}
ul.menuStrip li a:hover {background-color:#f0f0f0;}
ul.menuStrip li a.cart_link {background-image:url(http://lildecalshoppe.clients.devnuts.com/img/cart.png); background-repeat:no-repeat; background-position:8px 5px; padding-left:30px;}
ul.menuStrip a.contact_link {background-image:url(http://lildecalshoppe.clients.devnuts.com/img/email.png); background-repeat:no-repeat; background-position:8px 5px; padding-left:30px;}
ul.menuStrip li a.login_link {}

/*Products gallery*/
div.ProductPreview{float:left;margin: 10px; }
div.ProductPreview img {border:2px solid #000000;}
div.ProductPreview h3 {display: block; font-size: 14px; margin: 0 0 5px 0; font-weight: bold; text-align: center;}
div.ProductPreview .purchase { text-align: center; font-size: 14px; font-weight: bold; }
div.ProductPreview .price { color: #00FF00; }
div.ProductPreview a { color: #e4fc62;}

div.pTitle {font-size: 32px;font-weight:bold;}
div.shirtBody {background:url(http://lildecalshoppe.clients.devnuts.com/img/Index_Backboard.gif) no-repeat top left; height: 730px; padding-top:70px;padding-left:60px;}
div.right p {margin-bottom:30px;}

ul#PayLogos {
	list-style: none;
}

ul#PayLogos li {
	float: left;
	display: inline;
	margin: 0.5em;
}


/* order confirmation table */
table.Order td.Price { text-align: right; }
table.Order td.LineTotal { text-align: right; }
table.Order td.Qty { text-align: center; }
table.Order td.Color { padding: 0 1em; }	

form.inline { margin: 0; display: inline;}