/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body {
	background:url(../images/body_bg.jpg) repeat-y 50% 0 #f0f6f3;
	color:#666666;
	font:12px/1.55em arial, helvetica, sans-serif;
	text-align:center;
	}

a { color:#006b71; text-decoration:none; }
a:hover { color:#619898; text-decoration:none; }
a img { border:0;}

/* Heading */
h1, h2, h3, h4, h5, h6, .head {
	margin-bottom:.4em;
	line-height:1.3em;
	color:#006b71;
	}
h2 { font-size:1.35em;font-weight:normal;}
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em;}
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
li { list-style:none; line-height: 24px; }

/* Size */
small { font-size:.9em; }
big { font-size:1.1em; }

hr {overflow:hidden;
	visibility:visible; 
	height:1px;
	margin:20px 0px 20px 0px;
	border-top: 1px dashed #619898;
	border-right: 0px solid #ffffff;
	border-bottom: 0px dashed #619898;
	border-left: 0px solid #ffffff;
	background-color: #ffffff;}
.nowrap { white-space:nowrap; }
:focus { outline: 0; }
.bold { font-weight:bold; }

/*MY STUFF*/
.activeNav{
	font-weight: bold;
	font-style: italic;
}
.left-col-flash{
	width: 100%;
	text-align: left;
	padding: 20px 0px 0px 0px;
}
.imageDiv{
	border: 1px solid #c3e2d0;
	padding: 0px 0px 5px 0px;
	width: 150px;
	text-align: center;
}
.imageDiv2{
	border: 1px solid #c3e2d0;
	padding: 0px 0px 0px 0px;
	width: 150px;
	height: 150px;
	text-align: center;
}
.imageBorder{
	border: 1px solid #c3e2d0;
	padding: 0px 0px 0px 0px;
}
.productTitle{
	font-size:1.15em;
	color: #006b71;
}
.productTxt{
	font-size:1em;
	color: #006b71;
	width: 100%;
}
.imageTd0{
	width: 33%;
	padding: 0px 17px 20px 0px;
}
.imageTd1{
	width: 33%;
	padding: 0px 17px 20px 17px;
}
.imageTd2{
	width: 33%;
	padding: 0px 0px 20px 17px;
}
.buttonTable{
	border-collapse: collapse !important;
	text-align:center !important;
	margin: 0px auto !important;
	padding: 0px 0px 0px 0px !important;
	border: none !important;
}
.buttonTable2{
	border-collapse: collapse !important;
	text-align:center !important;
	padding: 0px 0px 0px 0px !important;
	border: none !important;
	float: right;
}
.buttonLeft{
	background:url(../images/blankbutton-left.png) no-repeat 100%;
	width: 10px !important;
	height: 29px !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	border: none !important;
}
.buttonMid{
	background:url(../images/blankbutton-mid.png) repeat-x 100%;
	height: 29px !important;
	font-size: 11px !important;
	padding:4px 5px 0px 5px !important;
	margin: 0px 0px 0px 0px !important;
	border: none !important;
}
.buttonMid2{
	background:url(../images/blankbutton-mid.png) repeat-x 100%;
	height: 29px !important;
	font-size: 11px !important;
	padding:2px 5px 0px 5px !important;
	margin: 0px 0px 0px 0px !important;
	border: none !important;
}
.buttonRight{
	background:url(../images/blankbutton-right.png) no-repeat 100%;
	width: 9px !important;
	height: 29px !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	border: none !important;
}	
.buttonText{
	color: #006b71;
	font-weight: bold;
}
.buttonText:hover{
	color: #619898;
	font-weight: bold;
}

button{
	background: transparent !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	border: none !important;
}
.cartTitle{
	float: left;
	width: 350px;
	padding: 0px 0px 0px 0px;
}
.shopReturnButton{
	float: right;
	width: 250px;
	height: 29px;
	padding: 0px 0px 0px 0px;
}
.shopCheckoutButton{
	float: right;
	width: 172px;
	height: 29px;
	padding: 0px 0px 0px 0px;
}
.updateCartButton{
	float: right;
	width: 40%;
	padding: 10px 0px 0px 0px;
}
.basketTop{
	background:url(../images/cart-box-top.jpg) no-repeat 100%;
	height: 50px;
	width: 180px;
	padding: 0px 0px 0px 0px;
}
.basketTopBasic{
	background:url(../images/cart-box-top-basic.jpg) no-repeat 100%;
	height: 15px;
	width: 180px;
	padding: 0px 0px 0px 0px;
}
.basketMid{
	background:url(../images/cart-box-mid.jpg) 100%;
	padding: 0px 3px 0px 0px;
	text-align: center;
	width: 177px;
}
.subscribe{
    width:180px;
    padding:0px 0px 0px 0px;
 }
.basketBottom{
	background:url(../images/cart-box-bottom.jpg) no-repeat 100%;
	height: 15px;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}
.basketTopBasic2{
	background:url(../images/cart-box-top-basic2.jpg) no-repeat 100%;
	height: 15px;
	width: 200px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
}
.basketMid2{
	background:url(../images/cart-box-mid2.jpg) 100%;
	padding: 0px 14px 0px 12px;
	text-align: left;
	width: 174px;
}
.basketBottom2{
	background:url(../images/cart-box-bottom2.jpg) no-repeat 100%;
	height: 15px;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0px;
}
.darkBoxTop{
	background:url(../images/dark-box-top.jpg) no-repeat 100%;
	height: 15px;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}
.darkBoxMid{
	background:url(../images/dark-box-mid.jpg) 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: none;
	width: 180px;
}
.darkBoxBottom{
	background:url(../images/dark-box-bottom.jpg) no-repeat 100%;
	height: 15px;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
	border: none;
}
.darkBoxTop2{
	background:url(../images/dark-box-top2.jpg) no-repeat 100%;
	height: 15px;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height: 0px;
}
.darkBoxMid2{
	background:url(../images/dark-box-mid2.jpg) 100%;
	padding: 0px 14px 0px 12px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: none;
	width: 174px;
}
.darkBoxBottom2{
	background:url(../images/dark-box-bottom2.jpg) no-repeat 100%;
	height: 15px;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height: 0px;
}
.product-images-sidebar{
	float: left;
	width: 50px;
	border: 0px solid #000000;
	padding: 2px 0px 0px 0px;
}
.product-details-sidebar{
	width: 158px;
	border: 0px solid #000000;
	line-height: 15px;
	text-align: center;
	padding: 3px 10px 3px 10px;
}
.cartButton{
	padding: 5px 0px 0px 0px;
	border: 0px solid #000000;
	text-align: center;
}
.cartButton2{
	padding: 5px 0px 0px 30px;
	border: 0px solid #000000;
	text-align: center;
}
#select-language{
	padding: 0px 0px 0px 0px;
}
.indentedUl{
	margin-left: 2px; 
}
.indentedUl li{
	background:url(../images/list-bullet.png) no-repeat 100%;
	background-position: top left;
	line-height: 18px;
	padding: 2px 0px 4px 10px;
}
.product-table{
	background-color: #ffffff;
	width: 100%;
	padding: 10px 0px 10px 0px;
}
.product-td-title{
	background-color: #EEEEEE;
	vertical-align: middle;
	text-align: left;
	padding: 5px 5px 5px 5px;
}
.product-td-size{
	background-color: #EEEEEE;
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
}
.product-td-price{
	background-color: #EEEEEE;
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
}
.product-td-cart{
	background-color: #EEEEEE;
	text-align: right;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	width: 28px;
}
.cat-nav-table{
	float: left;
	width: 100%;
}
.leftHr{
	overflow:hidden;
	visibility:visible; 
	height:1px;
	margin:20px 0px 20px 0px;
	border-top: 1px dashed #619898;
	border-right: 0px solid #ffffff;
	border-bottom: 1px dashed #619898;
	border-left: 0px solid #ffffff;
	background-color: #ffffff;
	width: 95%;
}
#shoping-cart-totals-table{
	border-collapse: collapse;
	margin:0px 20px 0px 0px;
	text-align: right;
}
.priceTitle{
	font-size:1.05em;
	color: #006b71;
}
.priceTxt{
	font-size:1em;
	color: #006b71;
}
.progress-div{
	width: 98%;
}
