﻿/* Colors 
lt-gray:#CFD0D2
dk-gray:#383838
orange:#ED8F14
accent-gray: #DBDBDB
accent-red: #FF3300

*/
body 
{
	background-color: #CFD0D2;
	background-image:url('imgs/bg-grad.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

/************** Set Layout Styles ***************/

#wrapper
{
	background-color: #383838;
	color: #CFD0D2;
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #000;
}

#heading
{
	background-color: #000;
}
#heading img
{
	border: none;
}

#content
{
	border-top: 2px solid #DBDBDB;
}

.col-1, .col-1-narrow
{
	border-right: 1px solid #DBDBDB;
	border-collapse: collapse;
}
.col-2, col-1-wide
{
	border-collapse: collapse;
}

#nav
{
	font-size: 14px;
}

#nav a
{
	color: #FFF;
	text-decoration: none;
}
#nav a:hover
{
	text-decoration: underline;
}
#footer
{
	text-align: center;
}
#footer a
{
	color: #CFD0D2;
}
/********** Default Tag Styles *********/
p
{
	margin: 5px 0;
}
h1
{
	color: #ED8F14;
	font-size: 16px;
	margin: 14px 0 5px 0;
	font-weight: 500;
	padding: 0;
}

h2
{
	color: #ED8F14;
	font-size: 12px;
	margin: 10px 0 5px 0;
	font-weight: 600;
	padding: 0;
}

h3
{
	color: #ED8F14;
	font-weight: 600;
}

img /*border imgs*/
{
	border: 1px solid #DBDBDB;
}

img.noBorder
{
	border:none;
}

/*lists*/
ul
{
	margin: 10px 10px;
	padding: 0;
}

ul li 
{
	padding: 4px 0 4px 20px;
	list-style: none;
	background-image: url('imgs/arrow.gif');
	background-position: left 8px;
	background-repeat: no-repeat;
}


ul li ul /*sub list*/
{
	margin: 4px 4px;
	padding: 0;
}

ul li ul li
{
	padding: 4px 0 4px 15px;
}

/*links*/
a
{
	color:#ED8F14;
}
a:link
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/*forms*/
input, textarea, select, submit
{
	font-family: Arial;
	font-size: 12px;
	padding: 2px 2px;
	margin: 3px 0;
	float: left;
}

fieldset
{
}
fieldset legend
{
	font-size: 15px;
	color: #FFF;
	margin: 2px;
	padding: 8px;
}
fieldset label
{
	float: left;
	width: 100px;
	padding: 4px 15px 4px 0;
}
fieldset div
{
	clear:both;
	display: block;
}

hr /*rule*/
{
	margin: 10px 0;
	height: 1px;
}

/*error messages*/
.error-message
{
	color: #ED8F14;
	display: block;
}

/*strike*/
strike 
{
	color: #FF3300;
	font-weight: 600;
}
/************ Page Elements ***************/
/*cats*/
.cat-list
{
}

.cat-list a
{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
.cat-list a:hover
{
	text-decoration: underline;
}

/*cards*/
.card-list
{
}

.card
{
	width: 165px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	float: left;
	height: 145px;
}
.card img
{
	width: 165px;
}
.card-list .description
{
	float: left;
	width: 300px;
	border-right: 1px solid #FFF;
}
.card-list .order
{
	width: 100px;
	float:left;
	border-right: 1px solid #FFF;
}

.card-list-table /* makes 2 colums */
{
	padding: 0;
	margin: 0;
	width: 100%;
}
.card-list-table td
{	
}

/*carddetails*/
.card-details
{
	font-size: 14px;
	padding: 10px 0;
}

.card-details .card-img
{
	width: 200px;
	float: left;
}

.card-details .card-img img
{
	padding: 0 15px 0 0;
	width: 175px;
	float: left;
}

.card-details .details
{
	float: left;
	width: 600px;
}

/*additional cards*/
.card-list-additional
{
	padding: 0;
	margin: 0;
}
.card-list-additional td
{
	padding: 0;
	margin: 0;
	width: 180px;
}
.card-list-additional img
{
	max-width: 175px;
	max-height: 175px;
	margin: 0;
}

/*preview*/
.previewHide
{
	display:none;
}
.preview
{
	border: 2px solid #000;
	padding: 10px;
	width: 275px;
}

/****** Checkout *******/
.review-details
{
	width: 415px;
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 12px;
}
.review-details-head
{
	padding: 6px;
	font-size: 14px;
	background-color: #ED8F14;
	color: #000;
	border:none;
	border-bottom: 1px solid #000;
}
.review-details-item
{
	border:none;
	border-bottom: 1px solid #000;
}
.review-details-item-alt
{
	border:none;
	border-bottom: 1px solid #000;
	background-color: #666;
}

/*sum*/
.review-summary
{
	margin-top: 15px;
	font-size: 14px;
	color: #ED8F14;
}

/* Shopping Cart Cards */
.add-products-shoppingcart
{
	padding: 15px 50px;
}

.add-cart-img
{
	width: 170px;
}

.vip-bg
{
	background-image: url('imgs/vip-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

/** Rules box **/
.hidden-region
{
	display: none;
}

/*** Card Summary ***/
.card-img img
{
	width: 200px;
}