html, body 
{
	padding: 0 0 100px 0;
}

a img 
{
	border: 0;
}

a span {
	display: none;
}

img:hover
{
	cursor: pointer;
}

#container
{
	width: 800px;
	margin: 20px auto;
}

#header
{
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #333;
}

#header #logo 
{
	float: left;
}

#header #links
{
	float: right;
	margin: 9px 0 0 0;
	padding: 0px 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
}


#header #links li 
{
	float: left;
	list-style-type: none;
	padding: 5px 8px;
	margin: 5px 3px;
	border: 1px solid #333;
	background: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#header #links li.active
{
	padding: 4px 10px;
}

#header #links li a 
{
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#header #links li a.active
{
	display: inline-block;
	border-bottom: 2px solid #CFFF8D;
}

#header #links li:hover
{
	background: #666;
}

div.divide
{
	display: inline-block;
	width: 100%;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	height: 10px;
	margin: 10px 0 35px 0;
}

/********************************************
*
* Cart Data
*
********************************************/

#cart
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 100px;
	//border-top: 1px dashed #000;
	background: #333;
	opacity: .8;
	filter:alpha(opacity=80);
	text-align: center;
}

#cart #total
{
	float: right;
	margin: 10px 0px;
	border-left: 1px dashed #000;
	width: 200px;
}

#cart #total p
{
	font-size: 35px;
	color: #fff;
	padding: 25px;
}

#cart p.opener
{
	font-size: 24px;
	color: #333;
	display: inline-block;
	margin: 40px 0 0 0px;
}

#cart #prodWrap
{
	display: inline-block;
	margin: 10px auto;
	width: 520px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#cart #prodWrap #cartProducts
{
	margin: 10px auto;
	text-align: center;
}

#cart #prodWrap #cartProducts .cartProduct
{
	border: 1px solid #ccc;
	width: 108px;
	height: 75px;
	float: left;
	margin: 0 20px;
}

#cart #prodWrap #cartProducts .cartProduct img
{
	width: 100px;
	margin: 4px;
}

#cart #prodWrap #cartProducts .cartProduct .X
{
	background: url(../img/x.png);
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: -10px;
	margin-left: 90px;
	margin-right: 0px;
	cursor: pointer;
}

#cart #prodWrap #cartProducts .cartProduct .qty
{
	display: inline-block;
	background: url(../jquery/fancybox/fancy_title_main.png);
	position: absolute;
	height: 32px;
	width: auto;
	margin: 20px -20px 0 -10px;
}

#cart #prodWrap #cartProducts .cartProduct .qty .left
{
	position: absolute;
	display: inline-block;
	background: url(../jquery/fancybox/fancy_title_left.png);
	height: 32px;
	width: 15px;
	margin: 0 0 0 -12px;
}

#cart #prodWrap #cartProducts .cartProduct .qty .center
{
	display: inline-block;
	width: auto;
}

#cart #prodWrap #cartProducts .cartProduct .qty .center p
{
	display: inline-block;
	padding: 0;
	font-size: 15px;
	width: auto;
}

#cart #prodWrap #cartProducts .cartProduct .qty .right
{
	position: absolute;
	display: inline-block;
	background: url(../jquery/fancybox/fancy_title_right.png);
	height: 32px;
	width: 15px;
	margin: -22px -15px 0 0;
	right: 0px;
}



#cart #prodWrap #cartProducts .cartProduct .qty p
{
	width: 30px;
	display: inline-block;
	margin: 6px auto 0 1px;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: "helvetica", sans-serif;

}


#checkout
{
	position: fixed;
	background: #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	opacity: .8;
	filter:alpha(opacity=80);
}

#checkout p
{
	margin: 30px 25px 30px 25px;
	padding: 5px 10px;
	color: white;
	font-size: 30px;
	background: #333;
}

#checkout p:hover
{
	cursor: pointer;
}



/********************************************
*
* Product Categories
*
********************************************/

#categories
{
	//margin: 30px 0 0 0;
}

.category
{
	border-bottom: 2px solid #CFFF8D;
	margin-top: 35px;
}

.category h1, .faq h1
{
	float: left;
	font-size: 35px;
	color: #333;
	font-weight: bold;
}

.category h2
{
	font-size: 15px;
	color: #888;
	font-weight: normal;
	float: left;
	margin: 13px 0 0 15px;
}

/********************************************
*
* Product Styling
*
********************************************/

.products .blocker 
{
	text-align: center;
}

.products .blocker p
{
	color: #333;
	font-size: 30px;
	font-family: "arial";
	padding: 60px 0 0 0;
}

.products .product
{
	margin: 10px 0;
}

.products .product .image
{
	float: left;
	border: 1px solid #333;
	padding: 3px 3px 0px 3px;
}

.products .product .image img
{
	width: 250px;

}

.products .product .info
{
	float: right;
	width: 530px;
	margin: 10px 0;
}

.products .product .info .quantity
{
	float: left;
}

.products .product .info .quantity p
{
	font-size: 25px;
	margin: 10px 0;
}

.products .product .info .quantity p.save
{
	font-size: 10px;
	font-weight: bold;
	color: red;
}


.products .product .info .quantity .add
{
	border-radius: 4px;
	-moz-border-radius: 4px;
	background: #333;
	border: 2px solid #CFFF8D;
	text-align: center;
	margin: 20px 0;
	width: 120px;
}

.products .product .info .quantity .add:hover
{
	cursor: pointer;
}

.products .product .info .quantity .add p
{
	margin: 2px 2px;
	font-size: 15px;
	color: white;
}

.products .product .info .description
{
	text-align: left;
	border: 1px dashed #ccc;
	float: right;
	width: 340px;
	margin: -6px 0;
	padding: 10px;
}

.products .product .info .description p.whats
{
	font-size: 14px;
	color: #333;
	float: left;
	clear: both;
}

.products .product .info .description li
{
	margin: 9px 0 0 30px;
	list-style-type: disc;
}

.products .product .info .description span
{
	display: none;
}

/****************************************************
*
* FAQ
*
***********/
#faq .q
{
	border: 1px solid #ccc;
	margin: 10px;
	padding: 5px;
}

#faq .q h2 
{
	font-size: 20px;
	color: #333;
}

#faq .q h2 span
{
	display: none;
}

#faq .a 
{
	margin: 30px;
}

#faq .a p
{
	font-size: 16px;
}

#faq .a p span
{
	display: none;
}


/****************************************************
*
* Checkout
*
***********/

#checkoutpage
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
}

#checkoutpage .section .heading
{
	border-bottom: 2px solid #CFFF8D;
}

#checkoutpage .section .heading h1
{
	margin: 25px 0 0 0;
	font-size: 35px;
	color: #333;
}

#checkoutpage .seperator
{
	margin: 30px 0;
	border-top: 1px dashed #ccc;
	text-align: center;
}

#checkoutpage .seperator p
{
	display: absolute;
	font-size: 30px;
	display: block;
	margin: -15px auto;
}

#checkoutpage .address
{
	float: left;
	width: 190px;
	margin: 25px 20px 60px 0;
}

#checkoutpage .address .use
{
	display: block;
	background: #333;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #b7ddf2;
	text-align: center;
	padding: 3px;
	margin: 10px 0 -30px 0;
}

#checkoutpage .rightb .use
{
	width: 75px;
}

#checkoutpage .rightb
{
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;

}

#checkoutpage .address .use a
{
	text-decoration: none;
	color: white;
}

.noaddress
{
	display: block;
	border: 1px solid #ccc;
	color: #ccc;
	font-size: 25px;
	text-align: center;
	padding: 20px 0;
	margin: 15px 0;
}


/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	margin: 35px 0 0 0;
	padding: 10px 0;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input, #stylized select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized button{ 
	clear:both;
	display: block;
	margin: 0 auto;
	width:125px;
	height:31px;
	background:#666666 url(../img/button.png) no-repeat;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border: 0;
	cursor: pointer;
}


/****************************************************
*
* Shipping
*
***********/
.shipheading h2, .shipheading img
{
	display: inline-block;
	float: left;
}

.shipheading h2
{
	margin: 35px 0 0 30px;
	color: #666;
	font-size: 18px;
	font-weight: normal;
}

.quote
{
	border: 1px solid #ccc;
	padding: 15px;
	margin: 5px 0;
	font-size: 20px;
	color: #333;
	cursor: pointer;
}

.quote:hover
{
	background: #efefef;
	border: 1px solid #333;
}

.quoteselect
{
	background: #efefef;
	border: 1px solid #333;
	font-weight: bold;
}

.quote p
{
	float: left;
}

.quote .method p
{
	width: 300px;
}

.quote .total p
{
	float: right;
	font-size: 20px;
}

.continue
{
	float: right;
	padding: 15px 20px;
	font-size: 20px;
	color: white;
	background: #333;
	border: 2px solid #b7ddf2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	cursor: pointer;
}

.continue a
{
	color: white;
	text-decoration: none;
}


/************
*
* Thanks
*
********************/

#thanks
{
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px 0;
}

#thanks p
{
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
}

/*******
*
* Contact
*
***********************/

#contact .method
{
	display: inline-block;
	border: 1px solid #ccc;
	margin: 25px;
}

#contact img
{
	padding: 0px;
	margin: 0px;
}

#contact .method a
{
	margin: 0px;
	display: inline-block;
	padding: 5px 5px 3px 5px;
}

/*****************************
* Admin
***********/
.section #orders .order
{
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 5px;
}

.section #orders .order:nth-child(odd)
{
	border: 1px solid #333;
	background: #Efefef;
}

.section #orders .order div
{
	float: left;
	font-size: 22px;
	margin: 10px 5px 10px 25px;

}

.section #orders .order div.ship, #orders .order div.ship a
{
	float: right;
	font-weight: bold;
	text-decoration: underline;
	font-size: 50px;
	cursor: pointer;
	color: black;
	margin: 10px 20px 0 0;
}
#orders .order .products li
{
	float: left;
	margin: 3px 20px 0 0;
	border: 2px solid black;
	padding: 3px;
}

#orders .order .products .quantity
{
	font-weight: bold;
}

/* Top Right */
#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(../img/corner.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	cursor: pointer;
}

#message {
	float: left;
	padding: 10px;
	border: 2px solid red;
	margin: 20px 0 0;
}

#addthis {
	float: right;
}

#message p {
	font-weight: bold;
}

div.email
{
	border: 1px solid #ccc;
	padding: 5px;
}

a.email
{
	font-size: 35px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a.email:before
{
	content: "Email us at: ";
}
