/*
	-------------------------------------------------------------
	Version: 1.0
	Site: TracyNegoshian.com
	-------------------------------------------------------------
*/

/*
	-------------------------------------------------------------
	RESET EVERYTHING - CREATE A BASELINE
	-------------------------------------------------------------
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1
{
	font-size: 18px;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
	-------------------------------------------------------------
	BODY 
	-------------------------------------------------------------
*/

html {
	height:100%;	
}
.dstPageHeader
{
	color: #FF6A6A;
	font-family: Vedana,Arial,Helvecta;
	font-size: 17px;
	font-weight: Normal;
	letter-spacing: 2px;
}

body {
	color: #333;	
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	background: url('../images/new_body_bg.gif') #cceaf0;
	text-align: center;
	padding-top: 36px;
}

/*
	-------------------------------------------------------------
	Layout
	-------------------------------------------------------------
*/

#container {
	width: 1024px;	
	margin: 0 auto;
	text-align: left;
}

#main_container {
	width: 990px;	
	margin: 0 auto;
	text-align: left;
	background: #fff;
	height:100%;
	overflow: hidden;
}

#header_red {
	width: 990px;	
	height: 10px;
	background: #4cb6ce;
}

#header_tan {
	width: 990px;
	height: 40px;
	background:#cceaf0;
}

#left_frame {
	width: 39px;
	background:url(../images/tan_side_bg.gif) repeat-y #cceaf0;
	float: left;
	height:100%;
	margin-bottom: -3000px; 
	padding-bottom: 3000px;
}

#center_frame {
	width: 912px;
	background:#fff;
	float: left;
}

#logo {
	width: 100%;
	background:#fff;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
}

#nav {
	width: 100%;
	height: 26px;
	background:#fff;
	padding-bottom: 23px;
	text-align: center;
}

#right_frame {
	width: 39px;
	background:#cceaf0;	
	float: left;
	height:100%;
	overflow: hidden;
	margin-bottom: -3000px; 
	padding-bottom: 3000px;
}

#bottom_frame {
	width: 990px;
	height: 40px;
	background:#cceaf0;
	float: left;
}

#home_bottom {
	width: 912px;
	height: 118px;
	background:#0096b8;
	text-align: center;
}

#int_bottom {
	width: 100%;
	height: 130px;
	background:#aadeea;
	text-align: center;
	float: left;
}

#shop_bottom {
	width: 100%;
	height: 130px;
	background:#aadeea;
	text-align: center;
	float: left;
}

#footer_left {
	width: 50%;
	text-align: right;
	float: left;
	padding-top: 2px;
	padding-right: 3px;
}

#int_footer_left {
	width: 50%;
	text-align: right;
	float: left;
	padding-top: 4px;
	padding-right: 3px;
}

#int_footer_right {
	float: left;
	width: 45%;
	text-align: left;
}

#footer_right {
	float: left;
	width: 40%;
	text-align: left;
}

#home_footer_text {
	width: 100%;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 9pt;
	padding-top: 20px;
}

#int_footer_text {
	width: 100%;
	text-align: center;
	color: #404041;
	float: left;
	font-size: 9pt;
	padding-top: 20px;
}

#home_footer_copyright {
	width: 100%;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 9pt;
	padding-top: 5px;
}

.int_footer_copyright {
	width: 100%;
	text-align: center;
	color: #404041;
	float: left;
	font-size: 9pt;
	padding-top: 5px;
}

/*
	-------------------------------------------------------------
	Category Page
	-------------------------------------------------------------
*/

#cat_container {
	width: 912px;
	background:#54bcd5;
	height:100%;
	overflow: hidden;
	margin-bottom: -1000px; 
	padding-bottom: 1000px;
}

#cat_left_column {
	width: 170px;
	float: left;
	padding-top: 42px;
	padding-left: 42px;
}

#cat_menu {
	float: left;
	font-size: 9pt;
	color: #785a31;
}

#cat_right_column {
	width: 650px;
	float: left;
}

.top_pagination {
	width: 100%;
	height: 40px;
	background:#cceaf0;
	text-align: right;
	font-size: 8pt;
	color: #44a8c7;
	float: left;
}

.pagination_padding {
	padding-top: 15px;	
}

.back_to_top {
	float: left;	
}

#cat_results {
	width: 600px;
	background:#fff;
	font-size: 8pt;
	color: #44a8c7;
}

.item_row {
	float: left;	
	background:#fff;
	width: 600px;
}	

.item_holder {
	padding-top: 22px;
	padding-left: 22px;
	padding-bottom: 10px;
	float: left;
}

.item_name {
	background:#fff;
	width: 170px;
	text-align: center;
}	

.cat_price_text {
	color: #322d67;
	padding-top: 4px;
	text-align: center;
}

/*
	-------------------------------------------------------------
	Product Page Layout
	-------------------------------------------------------------
*/

#prod_results {
	width: 700px;
	background:#fffaef;
	font-size: 8pt;
	color: #de7726;
}

#product_right_column {
	width: 698px;
	float: left;
	background:#fffaef;
	height:100%;
	margin-bottom: -1000px; 
	padding-bottom: 1000px;
}

#sales_order_right_column {
	width: 698px;
	float: left;
	background:#fffaef;
	height:100%;
	margin-bottom: -1000px; 
	padding-bottom: 1000px;
}

#prod_col_left {
	width: 380px;
	background:#fff;
	font-size: 8pt;
	color: #de7726;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

#prod_col_right {
	width: 280px;
	background:#fff;
	font-size: 10pt;
	color: #54bcd5;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
	height:100%;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

#sales_order_col_right {
	width: 190px;
	background:#fff;
	font-size: 10pt;
	color: #54bcd5;
	padding-top: 20px;
	padding-left: 2px;
	float: left;
	height:100%;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

.msrp{
	text-decoration:line-through;
}

.red{
	color: red;
	margin: 0px 0px 0px 6px;
}

.breadcrumbs {
	width: 100%;
	height: 40px;
	background:#cceaf0;
	text-align: left;
	font-size: 8pt;
	color: #44a8c7;
}

hr.orange {
	color: #54bcd5;
	width: 95%;
	float: left;	
	margin: 0;
	padding: 0;
}

hr.orangefull {
	color: #54bcd5;
	width: 97%;
	float: left;	
	margin: 0;
	padding: 0;
}

.random_holder {
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

/*
	-------------------------------------------------------------
	Shopping Bag Layout
	-------------------------------------------------------------
*/

#bag_right_column {
	width: 700px;
	float: left;
	background:#fff;
	height:100%;
	overflow: hidden;
	margin-bottom: -1000px; 
	padding-bottom: 1000px;
}

#bag_title {
	width: 100%;
	height: 40px;
	background:#cceaf0;
	text-align: left;
	font-size: 9pt;
	color: #44a8c7;
}

#bag_results {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10pt;
	color: #000;
}

#about_body {
	font-size: 10pt;
	color: #555;
	background: #fff;
	line-height:1.3em;
}

#register_body {
	font-size: 10pt;
	color: #555;
	background: #fff;
	line-height:1.2em;
	padding-left: 15px;
	padding-right: 15px;
}

.privacy_body {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 9pt;
	color: #555;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 150%;
}

.sales_order_body {
	padding-left: 15px;
	padding-right: 15px;
	width: 230px;
	font-size: 9pt;
	color: #555;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 150%;
}

.errorFnt {
	font-size: 9pt;
	color: red;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 150%;
}

.LabelFnt {
	font-size: 9pt;
	color: black;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 150%;
}

hr.orangewide {
	color: #54bcd5;
	width: 100%;
	float: left;	
	margin: 0;
	padding: 0;
}

hr.salesorder {
	color: #54bcd5;
	width: 230px;
	float: left;	
	margin: 0;
	padding: 0;
}

.bag_buttons {
	width: 100%;
}

.continue_button {
	width: 50%;
	float: left;
}

.checkout_button {
	float: right;
	width: 50%;
	text-align: right;
}

/*
	-------------------------------------------------------------
	Contact Page Layout
	-------------------------------------------------------------
*/

#contact_padding {
	padding-top: 15px;
	padding-left: 15px;	
}

/*
	-------------------------------------------------------------
	Text Colors
	-------------------------------------------------------------
*/

.product_text {
	color: #785a31;	
	padding-top: 20px;
}

.orange_text {
	color: #de7726;	
	padding-top: 20px;
}

.orange {
	color: #54bcd5;	
	font-size: 9pt;
}

.subtotal {
	color: #54bcd5;
	font-weight: normal;
}

.privacy_header {
	color: #54bcd5;
	font-weight: normal;
}

.subtotal_padding {
	padding-right: 205px;
}

.right {
	float: right;
}

.grey {
	color: #555;
	font-size: 9pt;
}

#availabilityDiv {
	color: red;	
	font-weight: normal;
}

/*
	-------------------------------------------------------------
	Forms
	-------------------------------------------------------------
*/

.text-input {
	margin: 0;
	border: 1px solid #555;
	font-size: 8pt;
	color: #555;
	height: 80%;
}

textarea {
	font-size: 9pt;
	border: 1px solid #54bcd5;
	color: #785a31;
}

.thankyou {
	font-size: 10pt;
	color: #555;	
}

.int_thankyou {
	font-size: 9pt;
	color: #fff;
	padding-top: 4px;	
}

input.button { 		
	font-size: 9pt;
	background: #fff;
	border: 1px solid #fff;
	color: #666;
}

input.home_button { 		
	font-size: 9pt;
	background: #0096b8;
	border: 0;
	color: #fff;
}

input.int_button { 		
	font-size: 9pt;
	background: #aadeea;
	border: 0;
	color: #785a31;
}

select, option {
	font-size: 9pt;
	border: 1px solid #54bcd5;
	color: #785a31;
}

.form_text {
	font-size: 9pt;
	border: 1px solid #54bcd5;
	color: #785a31;
}

/*
	-------------------------------------------------------------
	Home Footer Links
	-------------------------------------------------------------
*/

a.home_footer:link {
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
}

a.home_footer:visited {
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
}

a.home_footer:hover {
	color: #5c6163;
	font-size: 9pt;
	text-decoration: none;
}

/*
	-------------------------------------------------------------
	Internal Footer Links
	-------------------------------------------------------------
*/

a.int_footer:link {
	color: #404041;
	font-size: 9pt;
	text-decoration: none;
}

a.int_footer:visited {
	color: #404041;
	font-size: 9pt;
	text-decoration: none;
}

a.int_footer:hover {
	color: #404041;
	font-size: 9pt;
	text-decoration: underline;
}

/*
	-------------------------------------------------------------
	Category Links
	-------------------------------------------------------------
*/

.cat_link {
	padding-top: 6px;
}

.cat_sub_link {
	padding-top: 6px;
	padding-left: 9px;
}

.cat_on {
	color: #a31f23;
	text-decoration: none;
}

a.cat:link {
	color: #404041;
	font-size: 9pt;
	text-decoration: none;
	padding-top: 6px;
}

a.cat:visited {
	color: #404041;
	font-size: 9pt;
	text-decoration: none;
	padding-top: 6px;
}

a.cat:hover {
	color: #a31f23;
	font-size: 9pt;
	text-decoration: none;
	padding-top: 6px;
}

/*
	-------------------------------------------------------------
	Pagination Links
	-------------------------------------------------------------
*/

a.pagination:link {
	color: #058bb4;
	font-size: 8pt;
	text-decoration: none;
}

a.pagination:visited {
	color: #058bb4;
	font-size: 8pt;
	text-decoration: none;
}

a.pagination:hover {
	color: #058bb4;
	font-size: 8pt;
	text-decoration: underline;
	padding-top: 6px;
}

.page_on {
	color: #5c6163;
	font-size: 8pt;
	text-decoration: none;
}

/*
	-------------------------------------------------------------
	Breadcrumb Links
	-------------------------------------------------------------
*/

a.breadcrumb:link {
	color: #44a8c7;
	font-size: 8pt;
	text-decoration: underline;
}

a.breadcrumb:visited {
	color: #44a8c7;
	font-size: 8pt;
	text-decoration: underline;
}

a.breadcrumb:hover {
	color: #44a8c7;
	font-size: 8pt;
	text-decoration: underline;
}

/*
	-------------------------------------------------------------
	Size Chart Link
	-------------------------------------------------------------
*/

a.size_chart:link {
	color: #44a8c7;
	font-size: 8pt;
	text-decoration: none;
	padding-top: 6px;
}

a.size_chart:visited {
	color: #44a8c7;
	font-size: 8pt;
	text-decoration: none;
	padding-top: 6px;
}

a.size_chart:hover {
	color: #5c6163;
	font-size: 8pt;
	text-decoration: none;
	padding-top: 6px;
}

/*
	-------------------------------------------------------------
	Size Chart Link
	-------------------------------------------------------------
*/

.body_text{
	font-size: 9pt;
	color: #555;
	font-family: Arial, Helvetica, Sans Serif;
}

#dstCartTable
{
	border: 1px solid black;
	width: 90%;
	text-align: center;
	float: center;
	margin: 10px auto 10px auto;
	
}

#dstCartTableHeader
{
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid black;
}

#dstCartTableHeader td
{
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid black;
}


.dstCartTableItem
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

.dstCartTableItem td
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-top: 10px;
}

.dstCartTableItemQty
{
	border-right: 1px solid silver;
	border-bottom: 1px solid black;
}

.dstCartTableItemQty td
{
	border-right: 1px solid silver;
	border-bottom: 2px solid black;
	padding-bottom: 10px;
}

.tableHeadingFnt
{
	font-weight: bold;
	background-color: #FFFFFF;
}
.whitebg {
		background: #fff;
		border: 1px solid #44a8c7;
	}

.dstItemCell
{
	width:170px;
	vertical-align: top;
}

.dstItemCell img
{
}

