/*=============================================================================
 * Public CSS file.
 *
 * This will be copied to /public/stylesheets when running 
 * 'rake substruct:prepare_layout_for_modification'
 *
 * That file is the one that should be modified when customizing your site.
 *
 ============================================================================*/
/* Reset all margins and padding to ensure x-browser compatibility */
* {
	padding: 0px;
	margin: 0px;
}

body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%; /* phew */
	background-color: rgb(61,90,118);
}

body, table, div, td, input, textarea {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
/*	color: #483324; */
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link { color: rgb(61,90,118); }
a:visited {	color: rgb(51,80,108); }
a.action:link, a.action:visited, a.action.bad:link, a.action.bad:visited {
	background-color: #049abe;
	color: #fff !important;
	font-weight:normal;
	font-size: 12px;
	padding: 4px;
	text-decoration:none !important;
}
a.action.bad:link, a.action.bad:visited {
	background-color: #770000;
	font-weight: bold;
}
a.normal { font-weight: normal; }
a.redlink, a.red:link, a.red:visited {
	color: #804D68;
}
form {
}
img {
	display:inline;
}
img.floater {
	margin:20px;
	border:1px dotted #C2B2FB !important;
	border:1px solid #9C8FCA;
}
img.floater2 {
	margin-right:10px;
	margin-bottom:10px;
}
p {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
td {
	vertical-align: top;
}
label {
	clear:both;
	font-weight:bold;
	color: #666666;
	display:block;
	padding-bottom: 5px;
}
input {
}
option {
	padding:0px 4px;
}
input[type=hidden] {
	display:none;
}
ul, ol {
	padding-left:10px;
}
ul {
	list-style-type:disc;
}
ul li {
	padding: 2px 0px;
	list-style-type: square;
}

#navigation_normal ul {padding-left: 0px;
}

#navigation_normal li {
	list-style: none;
}

#menu_and_content {
	background-color: rgb(240,238,96); 
	padding-left: 15px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-top: 0px;
	background-image: url(/images/yellow_background.png); 
	background-repeat: xy;
	
}

/* product image  in index */
.index_picture {
border: 1px solid grey;
	
}
#logo {
	float:left;
	position: relative; left: 0px; top: 0px; 
}

#upper_left_pic {
 position: relative; left: 0px; top: 0px;
}


#menu {
	position: relative; left: 0px; 
	top: -8px;
	z-index: 5;
}

.menu_first_left {
 margin-left: 50px;
}

#menu li{
	padding-left: 8px; /* make up for a lop-sided picture */ 
	padding-right: 5px;	
	padding-top: 30px;
	
}

#menu a:link {
	color: #fff;
	letter-spacing: 1px;
	font-size: 110%;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;

	
}

.grey_links a:link, .grey_links a:visited {
	color: rgb(205,205,205);
}

.darker_grey_links a:link, .grey_links a:visited {
	color: rgb(145,145,145);
}


#menu a:visited {	
	color: #fff;	
	letter-spacing: 1px;
	font-size: 110%;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;	
}

ul.navigation li.active { /* this is also menu, just non-clickable non links */
	letter-spacing: 1px;
	font-size: 90%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	background-image: url(/images/burnt_orange_half_circle.png); 
	height: 50px; 
/*	width: 115px; */
	padding-top: 25px; 
	background-repeat: no-repeat; 
	text-align: center; 
	color: #FFFFFF; 
	margin-top: -25px;  /* TODO test on IE! */

}



#left_shadow {
	padding: 0px 0px 0px 7px;
	background-image: url(/images/left_shadow.png);
	background-repeat: repeat-y;
	position: relative;
	left: -7px;
	margin-left: 0px; /* allow for the shadow left to be next to it */
/*	margin-top:3px; TODO some day */
	margin-bottom: 0px;
	
}

#positioner {
	   position: relative;
	   top: 9px;
	   left: -19px;
	
}
#positioner1 {
	position: relative;
	top: 2px;
}


#top_left_shadow {
  width: 8px;
  height: 5px;
  background: url(/images/shad_tlcorner.png) no-repeat top left;
  position: relative;
  top: 0px;
  left: -6px;
}

#bottom_shadow {
	background: url(/images/shad_bottom.png) repeat-x bottom left;
	width: 100%;
	height: 4px;
	position: relative;
	top: 4px;
	
}
#bottom_left_shadow {
  width: 7px;
  height: 4px;
  background: url(/images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: -5px;
  left: -7px;
  margin-bottom: 3px;

}

#yellow_container {
	margin: 20px;
	padding: 20px;
	background-color: rgb(232,232,96);
}

#navigation {
	/*
	margin-top: 5px;
	background-image: url(/plugin_assets/substruct/images/public-ui/nav-middle-bg.gif);
	background-repeat: repeat-x;
	height: 60px;
	overflow: hidden;
	*/
	padding-left: 20px;
	
	
}


/* Secondary actions: orders ready to ship, on hold etc */

#navigation ul.navigation li {
/*	background-image: none;
	background-repeat: no-repeat;
	height: 60px;
	margin-right: 10px;
	*/
}

#navigation ul.navigation li a{
/*	background-image: none;
	background-position: top right;
	background-repeat: repeat-x;
	height: 60px;
	font-weight: normal;
	display: block;
	width: auto !important;
	width: 50px;
	text-align: center;
	padding-right: 10px;
	line-height: 65px;
	color: #ffffff;
	font-size: 18px;
	white-space: nowrap;
	*/
}
#navigation ul.navigation li.active {
/* line 134 */	
	float: left; 
	padding-right: 0px; 
/*	background-image: url(/images/selected2.png); it's called active */
	height: 75px; 
	width: 115px; 
	padding-top: 25px; 
	background-repeat: no-repeat; 
	text-align: center; 
	color: #FFFFFF; margin-top: 15px;   
/*	font-weight: bold; font-size: 85%;*/
}

#navigation ul.navigation li {
/*	background-image: url(/plugin_assets/substruct/images/public-ui/nav-tab-left.gif);
	font-size: 1em; */
	margin-top:-80px;
}

#navigation ul.navigation li.active a{
/*	background-image: url(/plugin_assets/substruct/images/public-ui/nav-tab-right.gif);
	color: #3b3b3b;
	font-style: italic;
	font-size: 1.8em;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 10px; */
}


#size_options {
	border-spacing: 7px; 
	spacing-top: 0px;
	width: 100%;
}


#size_options td.non_top{
	border-width: 0px 0px 1px 0px; /* was ...1 0 */
	padding: 1px 1px 1px 1px;
	/* border-style: dashed dashed dashed dashed; */
	border-color: green green #666666 green;
	-moz-border-radius: 0px 0px 0px 0px;
	/*padding-bottom: 5px; */
	text-align: center;
	vertical-align: middle;
	font-size:12px;

	
}

#size_chart_border{
	padding:10px;
	float: left;
	display: block;
	border: 1px solid #bfb4a9; 
	padding-bottom: 10px; 
	width: 100%;
		
}

#size_options td.size_chart{

	/* border-style: dashed dashed dashed dashed; */
		/*border-color: green green #666666 green;*/
/*	-moz-border-radius: 0px 0px 0px 0px; */
	/*padding-bottom: 5px; */
	text-align: center;
	vertical-align: middle;
	font-size:12px;
/* allow for text	padding-left:10px;
	padding-right:10px;
*/
	
}

.variation_link_box {
		border-width: 1px 1px 1px 1px;
		border-style: solid;
}

.variation_link_box_selected {
	background-color: rgb(180,180,180);
	color: white;
}

/* allow so that when they change it to variation_link_box_selected, the href's also will turn white */
.variation_link_box_selected a, .variation_link_box_selected a:link, .variation_link_box_selected a:visited {
	color: white;
} 

#size_options td.title{
	border-width: 0px 0px 1px 0px; /* was ...1 0 */
	padding: 1px 1px 1px 1px;
	/* border-style: dashed dashed dashed dashed; */
	border-color: green green #666666 green;
	-moz-border-radius: 0px 0px 0px 0px;
	/*padding-bottom: 5px; */
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#345F81;
	font-weight:bolder;

	
}

#size_options td #pic {
	border-color: blue blue blue blue;
	border-width: 10px 10px 10px 10px;
	
}

#container {
/*	width: 92%;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
	padding: 20px 20px 0px 20px;
	color: #666666;
/*	background-color: rgb(61,90,118); */
}

#all_interior_parts {
	width: 950px; 
/* transferred to ie.css	text-align: center;  */
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	
	
}

#header_background {
	background-image: url(/images/azul_pequeno.png); 
	background-repeat: repeat-xy; 
	
}
#header {
	margin-bottom: 10px;
	background-image: url(/images/upper_left.png); 
	background-repeat: no-repeat; 
	width: 100%; 
    height: 120px;
}

#toplinks {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 1.1em;
/*	width: 550px; not sure why this would want to be fixed width */
	
}

#toplinks li {
	margin-left: 15px;
	line-height: 30px;
	float: right;
	list-style: none;
}


#centered_wrap {
	margin:0 auto;
	text-align: left; /* why, I don't know */
}

#bottomlinks {
	text-align: center;
/*	margin-top: 10px; */
	font-size: 1.1em;
	min-width: 50px;
	width: 650px;
	text-align: center;
	color: white;
	padding: 10px;
}

#bottomlinks li {
	margin-left: 15px;
/*	line-height: 30px; messes it up */
	float: left;
	list-style: none;
	margin-left: 20px;
	font-size: 110%;
}

#bottomlinks a:visited {
	color: white;
}

#bottomlinks a:link {
	color: white;
}	









ul.navigation.secondary {
	float:right;
	margin-top: -30px;
	margin-right: 0px;
}
ul.sortable {
	margin-left: 0px !important;
	padding-left: 0px !important;
}

ul.sortable li {
	cursor: pointer;
	cursor: hand;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	margin-left: 0px !important;
}

ul.sortable li p {
	margin-bottom: 5px;
}

.navigation a, .navigation a:link, .navigation a:visited {
}

.navigation.secondary a, .navigation.secondary a:link, .navigation.secondary a:visited {
	color: #5272E0;
}
.navigation.tertiary a, .navigation.tertiary a:link, .navigation.tertiary a:visited {
	color: #000;
	padding: 4px;
}
.navigation.tertiary li {
	background-color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
}
.navigation.tertiary li.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px;
}
#subnav {
	border-bottom: 1px solid #ccc !important;
	border-bottom: 0px;
	height: 18px;
}

img {	border: 0px; }

h1 {
	color: #3b3b3b;
	font-size: 28px;
	line-height: 35px;
	padding-bottom:5px;
	padding-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
h1 .info {
	font-size: 14px;
	font-style: normal;
	color: #B8B3AD;
}

h1.border {
	border-bottom: 1px dotted #806a53;
}

h1 a {
	color: #f86d0a;
	font-weight: normal;
	text-decoration: none;
}

h1.important {
	font-size: 1.9em;
	font-style: italic;
	line-height: 1.1em;
}

h1:first-child, h1.first {
	margin-top: 0px;
}

h2, h3, h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom:0px;
	color: #34546D;
}

h2 {
	font-size: 20px;
	line-height: 28px;
	color: #34546D;
	font-weight: normal;
}
h3 {
	margin-top: 0px;
	color: #34546D;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	font:Arial, Helvetica, sans-serif ;
	
	
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #8a8075;
	font-weight: normal;
}

div.line {
	border-bottom: 1px dotted #B5B5B5;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 1px;
	overflow:hidden;
	clear:both;
}


div.indent {
	padding:0px;
	margin:0px;
	margin-top:-10px;
	padding-left:20px;
}

div.padLeft {
	padding-left:10px;
}
div.price {
	background-color: #6ABE32;
	color: #fff;
	font-size: 25px;
	padding: 5px 10px;
	text-align: center;
	font-style: italic;
	-moz-border-radius: 10px;
}

.info {
	font-size: 10px;
	font-style:italic;
	color: #666666;
	line-height:14px;
}

.money {
	color: #466B2E;
	font-style:italic;
}




/* BUTTONS */
/* This is used on anchors as well as button objects, so some css trickery is needed */
.button, .buttonWarning {
/*	background-color: rgb(61,90,118); */
	background-color: rgb(181,188,196); 
/*	background-image: url(/plugin_assets/substruct/images/public-ui/buttons/bg.gif) !important; */
	background-image: url(/images/button_back.png) !important;
	background-image: url(/images/button_back.png);
	background-repeat: repeat-x;
	border: 1px outset rgb(61,90,118);
	font-size: 15px;
	font-weight: bold !important;
/*	color: #eeeeee !important;
	color: #eeeeee; */
	text-decoration: none !important;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	display:block;
	color: rgb(61,90,118) !important;
	color: rgb(61,90,118);
	
}

.addcartbutton{
/*	background-color: rgb(61,90,118); */

/*	background-image: url(/plugin_assets/substruct/images/public-ui/buttons/bg.gif) !important; */
/*	background-image: url(/images/addcart_btn.jpg) !important; */
	height: 25px;
	width: 85px;
	border-height: 0px;
	border-style: none;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
	float:right;
	
}


#right a.button, a.button {
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
}

.buttonWarning {
	background-color: #FF0000;
	border-color:#B00000;
	color:#eeeeee;
}

/* end buttons */

*.small {
	padding: 1px;
	font-size: 0.9em;
}

/* BEGIN TABLE LIST CSS */

div.listContainer {
	height:300px;
	width: 100%;
	border: 1px solid #666666;
	background-color: #fff;
	overflow: auto;
}


.list {
    border: 1px solid #666666;
    min-width: 100px; 
}
/* don't put a border around tables contained by a div */
div.listContainer .list {
	border: 0px;
	width: 100%;
}

.list td {
	background-color: #fff;
	padding: 2px 6px;
	border-right: 1px solid #cccccc;
	color: #000; /* darker */
}

.list tr.odd td {
	background-color: #fff;
}

.list tr.even td, .even {
	background-color: #ECEEF2;
}
.numeric, .list .numeric {
	text-align:right;
}
.list th, .list tr.header td, .list td.header {
	font-weight: bold;
	background-color: #777777;
	background-image:url(/plugin_assets/substruct/images/table_header_bg.png);
	color: #eeeeee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-transform:capitalize;
	padding: 4px;
	text-align: left;
}

.list tr.footer td {
	font-weight:normal;
	font-style:italic;
	color: #333333;
	background-color: #cccccc;
	border-top: 1px solid #191465;
	text-transform:capitalize;
}

.list td.borderTop {
	border-top:1px solid #999999;
}

/* END TABLE LIST CSS */

*.hover {
	cursor: pointer;
	cursor: hand;
}
.hlt, tr.hlt td, tr.selected td {
	background-color: #FFBC6C !important;
	font-style:italic;
}

.notes {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 400px;
}

.notesEdit {
	padding: 10px;
	width: 400px;
}

.clear {
	clear: both;
	height: 5px;
	overflow: hidden;
}

div.float, div.floatHalf {
	float:left;
	margin-right:10px;
}
div.floatHalf {
	width:45%;
}

/* MAIN TRI FLOATS */

div.floatTri {
	float: left;
	width: 31%;
	margin-right: 20px;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);
	background-repeat: repeat-x;
}
div.floatTri h2 {
	text-align: center;
	margin-bottom: 10px;
}

div.floatTri h4 {
	margin-left: 20px;
}

div.floatTri p {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
div.floatTri form {
	margin-left: 20px;
	margin-right: 20px;
}

.floatTri .left {
	float: left;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-left.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 150px;
}
.floatTri .right {
	float: right;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-right.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 150px;
}
.floatTri .middle {
	padding-top: 20px;
}

/* /MAIN TRI FLOATS */


.content_pad {
	padding: 20px;
	padding-top: 0px;
}

.fieldWithErrors input, .fieldWithErrors * option, .fieldWithErrors * {
  background-color: #dddddd;
}

.formError {
	color: red;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.inline {
	display:inline;
	clear:none;
	margin-bottom:0px;
}

div.error {
	margin:10px;
	background-color:#FFFF99;
	border:1px solid #804D68;
	font-weight: bold;
	padding: 20px;
	text-align:center;
	color: #804D68;
}
input.error {
	background-color: #FFD3E3;
}
.textInput {
	color: #333;
	line-height: 1em !important;
}

.textInput, .textArea {
	border: 1px solid #7d6a55;
	padding: 4px;
}
.textInput.big {
	border: 0px solid #7d6a55;
	height: 7px;
	color: #8a8075;
	font-size: 18px;
	line-height: 28px;
	padding-top: 7px;
	background-image: url(/plugin_assets/substruct/images/public-ui/input-bg.gif);
	background-repeat: repeat-x;
}


/* CLASSES */
.minor_callout {
	margin-bottom: 20px;
}
.minor_callout p {
}
.main_block {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.form_block {
	margin: 10px 0px 20px 0px;
	padding: 20px;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #ccc;
}
.form_block h2 {
	margin-bottom: 10px;
}
.blog_entry {
	padding: 10px;p
}
.blog_entry.even {
	background-color: transparent;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);
}

/* PRODUCT 'CHIPS' */
.product {
	float: left;
/*	width: 150px;
	margin-right: 5px;
	background-image: url(/images/public-ui/item-middle.gif); */
	background-repeat: repeat-y;
	margin: 5px;
	height: 220px; /* allow for those extra long descriptions */
	
}
.product_top {
/*	width: 150px;
	height: 10px;
	background-image: url(/images/public-ui/item-top.gif); */
	background-repeat: no-repeat;
}
.product_bottom {
/*	width: 150px;
	height: 20px;
	background-image: url(/images/public-ui/item-bottom.gif);
	background-repeat: no-repeat;*/
}

.product_main {
/*	margin-left: 12px;
	margin-right: 20px;
	margin-top: 10px;
	width: 115px;*/
/*	overflow:hidden;
 */
	text-align: center;
}

.product_image {
	border: 2px solid  rgb(102, 145, 185);
	padding: 10px;
	
	/*height: 130px; */
/*	overflow: hidden;
 */
/*	padding-bottom: 20px;*/
}

.product_title {
/*	height: 40px; */
	margin: 4px 0px;
	/*overflow: hidden; */
	font-size: 90%;
	color: black;
	/*min-height: 50px; */
}
.product_title a:visited{
	color: black;
}

.product_title a:link{
	color: black;
}

.product .money {
	display: block;
	background-color: #69bf32;
	color: #fff;
	padding: 2px;
	overflow: hidden;
	-moz-border-radius: 5px;
}
.product .icon {
	position:absolute;
	margin-left: 110px;
	z-index:300;
}

/* PAGINATION ============================================= */
div.pagination {
/*	background-color: #EDEDED; */
	/*border-top: 2px solid #C5BEBE;*/
	padding: 0px;
	font-size: 1.2em;
/*	text-align: right; */
	margin: 0px 0px;
	float: left;
}
div.pagination a {
	text-decoration: none;
}
div.pagination a, div.pagination span {
	padding: 5px;
	font-weight: bold;
}
div.p * {
	font-size: 1.2em;
}

#flash {
	margin: 20px;
	padding: 10px;
	z-index: 100;
	background-color: rgb(237,236,94);
	border: 4px solid rgb(215,175,27);
	color: rgb(65,108,148);
}
#flash h2 {
	background-color: rgb(105,148,188);
	padding: 5px;
	color: #fff;
}
#flash div, #flash .action {
	font-size: 1.2em;
	line-height: 1.3em;
}



#searchbox {
	float:right;
	clear:right;
	margin-right: 10px;
	margin-top: 10px;
	width: 500px;
}

#searchbox .textInput {
	width: 130px;
}

/* Div that comes before the content */
#preContent {
	height: 83px;
	background-image: ;
	background-repeat: no-repeat;
}

#foreground_box {
/*	border-left: 1px solid rgb(61,90,118);
	border-right: 1px solid rgb(61,90,118);
	border-bottom: 1px solid rgb(61,90,118);
	
	background-color: #fff;
	padding-left: 20px;
	margin-bottom: 20px;
	clear:both;
	*/
   width: 100%;
   background-image: url(/images/burnt_orange_background.png); 
   background-repeat: repeat-xy; 
   background-color: rgb(222,127,36);
   margin-bottom: 0px;
   border-top: 1px solid rgb(171,134,25);
	
}
#background_box { /* menu_and_content is the true background box name
	/*background-color: rgb(207,167,37); */
	width: 100%;
    background-image: url(/images/yellow_orange_background.png); 
	background-repeat: repeat-yx; padding-top: 15px; padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
	border-bottom: 3px solid rgb(175,169,70);
}

ul.navigation {
/*	margin: 0px;
	padding-left:0px;
	padding: 0px; */
	display: inline;  /* whatever this does*/
    padding: 0; width: 100%; padding-left: 15px; min-height: 35px; margin-top: -40px; 
}

ul.navigation li {
	list-style: none;
	float: left; padding-top: 20px; 
	background-image: url(/images/yellow_orange_half_circle.png); 
	width: 115px; background-repeat: no-repeat; padding-top: 25px; text-align: center; color: #FFFFFF;font-weight: bold; 
	font-size: 85%; padding-left: 10px; padding-right: 5px; width: 105px; 
	min-height: 40px;
	margin-top: -40px;   
	color: #fff;
	font-weight: bold;
	
}

.hiddenPic {display:none;}

#size_chart_border {
	width: 100%; /* 325px */ 
	padding: 10px;
}

#you_may_also_like {
	border: 1px solid #bfb4a9; text-align: center; align:center; float: left; margin-top: 10px; padding: 10px 10px; 
/*	width: 100%; /* 325px; */
}

#original_big_picture_tag {
/*	 max-width: 210px; */
}

#products_index_list {
	width: 100%;
}

#cool_borders_dark_blue {
	border: 6px solid rgb(65, 80, 103);
	
}
ul.navigation li.a {
	color: #fff;
	font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;	
}


#contentBody {
/*	border-left: 1px solid rgb(61,90,118);
	border-right: 1px solid rgb(61,90,118);
	border-bottom: 1px solid rgb(61,90,118);
	
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	clear:both;*/
}

#footer { 
	padding-top: 20px;
	border-top: 2px solid #3b3b3b;
/*	padding-bottom: 10px; */
	font-size: 16px;
	margin-bottom: 30px; 
	margin-top: 20px;
}
#footer li {
	margin-right: 20px;
	margin-left: 0px;
}

#big_product_image {
	float: left;
	margin: 20px;
	margin-left: 0px;
	margin-top: 0px;
	width: 200px;
	overflow: hidden;
 
}

#bLeftCol, #bMiddleCol, #bRightCol {
	padding:15px;
	padding-top:20px;
	float:left;
}
#bLeftCol {
	width: 219px !important;
}
#bMiddleCol {
	width: 260px !important;
}
#bRightCol {
	width: 228px !important;
	width:210px;
	overflow:visible !important;
	overflow:hidden;
}

/* Left content container */
#left {
	float:left;
	width: 60% !important;
	width: 60%;
	margin-left: 10px;
	border-right: 1px dashed #bfb4a9;
	padding-right: 20px;
	margin-right: 20px;
	min-height: 500px;
	margin-bottom: 20px;
}

#left_show_product {
	float:left;
/*	width: 40% !important; */
	width: 50%; 
	height:100%
	margin-left: 10px;
	border: 0px solid #bfb4a9;
/*	min-height: 500px; */
	margin-bottom: 5px;
	padding-right: 0px; 
	margin-right: 10px; 
}


/* Right content */
#right_show_product {
	float:left;
/*	min-height: 500px;*/
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	width: 38%;
}


#right .textInput {
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important;
	padding-top: 10px;
	height: 25px;
}

#right h2 {
	color: #5e5e5e;
}
#right h3 {
	color: #8a8075;
	text-align: center;
}

#left, #right, #fullContent {
}

#fullContent {
	width: auto;
	margin: 0px 10px;
}

#customer_msg {
	position: absolute;
	margin-left: 390px;
	margin-top: 53px;
	background-color: #eee;
	width: 200px;
	padding: 0px 5px;
	height: 40px;
	overflow: hidden;
	color: #999;
}



/* TOP NAVIGATION */
#navcap_left {
	float: left;
	width: 10px;
	height: 60px;
	background-image: url(/images/public-ui/nav-endcap-left.gif);
	background-repeat: no-repeat;
}
#navcap_right {
	float: right;
	width: 10px;
	height: 60px;
	background-image: url(/images/public-ui/nav-endcap-right.gif);
	background-repeat: no-repeat;
}

#navigation-inner {

}


#subnavigation {
	height: 40px;
	background-color: #d0c8c8;
	background-image: url(/plugin_assets/substruct/images/public-ui/subnav-bg.gif);
	margin-left: 10px;
	margin-right: 10px;
}
#subnavigation ul.navigation li {
	height: 40px;
	margin-left: 15px;
}
#subnavigation ul.navigation li a {
	color: #5e5e5e;
	font-weight: normal;
	font-size: 15px;
	line-height: 45px;
	display: block;
}
#subnavigation ul.navigation li.active {
	background-image: url(/plugin_assets/substruct/images/public-ui/subnav-tab-left.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	margin-right: 0px;
}

#subnavigation ul.navigation li.active a{
	background-image: url(/plugin_assets/substruct/images/public-ui/subnav-tab-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-style: italic;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 5px;
}
/* END NAVIGATION */


#submittingText {
	display:none;
	font-weight:bold;
	font-size:1.3em;
	color: green;
	padding: 10px;
}


/* HOME PAGE */

#main_callout {
	width: 690px;
	height: 310px;
	float: left;
}
#minor_callouts {
	width: 240px;
	float: right;
}

h1#new_sale_header {
	width: 120px;
	height: 180px;
	padding-top: 20px;
	text-align:center; 
	background-image: url(/plugin_assets/substruct/images/public-ui/new-sale-header-bg.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	margin-right: 20px;
	color: #f86d0a;
}

#description{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#345F81;
	font-weight:bold;
}
