/*///////////// catTable /////////////*/

.catTableWrap {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.recTableWrap {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
table.catTable {
	width:100%;
    margin-top:5px;
    margin-bottom:5px;
}
table.catTable td {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	width: 33%;
	font-weight: bold;
	vertical-align: top;
	line-height:16px;
}
table.catTable .prodImg {
	border:1px solid #999999;
	padding: 3px;
}
table.catTable a {
}
table.catTable a:hover {
}


table.catTableBrands {
	width:100%;
    margin-top:5px;
    margin-bottom:5px;
}
table.catTableBrands td {
	margin: 0px;
	padding: 5px 10px 30px 0px;
	width: 33%;
	font-weight: bold;
	vertical-align: top;
	line-height:16px;
}
table.catTableBrands img {
	border:1px solid #999999;
	padding: 3px;
}
table.catTableBrands a {
}
table.catTableBrands a:hover {
}


.prodName
{
    width:178px;
    padding:5px 0px;
}

.shortDesc 
{
    width:178px;
    padding-top:5px;
}

.shortDesc 
{
    width:145px;
    padding-top:5px;
}

.price {
    color:#000;
    padding:5px;
	font-size:13px;
	width:155px;
	font-weight:bold;
}
.strike {
    text-decoration: line-through;
	color:#333;
}
.sale {
    color:#950304;
}

/* FCK EDITOR STYLES */
.prodNameFCK {
	font-size:24px;
	font-weight:bold;
	color:#079cc7;
	padding-bottom:10px;
}

#rightcol_sec .prodNameFCK a:link {
	text-decoration:none;
}

#rightcol_sec .prodNameFCK a:visited {
	text-decoration:none;
}

#rightcol_sec .prodNameFCK a:hover {
	text-decoration:underline;
}

.shortDescFCK {
    padding-top:5px;
}

/*///////////// cartTable /////////////*/

.cartTable {
    margin-bottom: 13px;
	width:602px;
}
.cartTable th {
    font-weight: bold;
    padding-right: 5px;
    padding-left: 2px;
    color: #FFFFFF;
    background-color: #433b31;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #999999;
}

.cartTable td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 2px;
	vertical-align:top;
	border-bottom: 1px solid #999999;
}
.cartTable tr.noLine td {
    border-bottom-style: none;
}

input.cartQty { 
	width:20px;
}


/*///////////// steps /////////////*/

#rightContent ul.steps {
	margin: 0px 0px 15px;
	list-style: none;
	text-align: center;
	padding: 3px 0px;
	border-bottom: 3px dotted #EAF2A5;
}
#rightContent ul.steps li {
	display: inline;
	margin: 0px 40px;
	padding: 0px;
	background-image:none;
	font-weight:normal;
	color: #666666;
}
#rightContent ul.steps li.on {
    font-weight: bold;
    font-size:14px;
    color: #4c3219;
}

#rightContent ul.stepsExpress  {
	margin: 0 0 10px 0;
	list-style: none;
	text-align: center;
	padding: 3px 0;
	border-bottom:none;
}
#rightContent ul.stepsExpress  li {
	display: inline;
	margin: 0px 43px 0 0;
	padding: 0px;
	background-image:none;
	font-weight:normal;
	color: #666666;
}
#rightContent ul.stepsExpress li.on {
    font-weight: bold;
    font-size:14px;
    color: #4c3219;
}


/*///////////// formTable /////////////*/

.formTable {
    margin-bottom: 13px;
}
.formTable td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 0px;
    vertical-align: top;
}

.formTable h3 {
    font-size:13px;
    color:#000;
}

.noBorder {
    padding-bottom:3px;
}

.noBorder input {
    border:0px;
}

.alignRight {
	text-align:right;
}

/*///////////// search /////////////*/
.search {
	padding:10px 0px 10px 10px;
	color: #333;
}
.search input.box {
	background: #FFFFFF;
	width: 82px;
	border: 1px solid #4B4533;
	font-size: 10px;
}
.search input.btn {
	background-color: #433b31;
	border: 1px solid #142E4F;
	color:#FFFFFF;
	font-size: 11px;
	width:20px;
	margin-left:2px;
}

/*///////////// misc /////////////*/

.pageingBox {
	text-align: center;
	width: 20px;
}
.btn
{
	background-color: #433b31;
	border: 1px solid #142E4F;
	color:#FFFFFF;
	font-size: 11px;
}
.btnSub {
    background: #8c8c8c;
    border: 1px solid #4e5a28;
    color: #FFFFFF;
    margin-right:5px;
}

input, select {
    font-size: 11px;
}
div.twoCol {
	width:45%;
	float:left;
	display: inline;
	padding-right: 2%;
}
a.editLnk {
	font-size:11px;
	font-weight: normal;
}
a.noStyle {
	text-decoration: none;
}
.loadingbox
{
    position:absolute;
    top:300px;
    left:650px;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}
.btnDisabled {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	color:#FFFFFF;
	font-size: 11px;
}
.medProdImg {
    float:right;
    margin:5px 0px 20px 20px;
}
.medProdImg img {
    border:0px;
}

.addImg {
    text-align:center;
    padding-top:5px;
}
.addImg img {
    border:0px;
    padding-top:5px;
    width:117px;
    height:117px;
}

.lifestyles img {
    padding-top:8px;
}

.detailPrint {
    float:right;
    margin-right:15px;
}

.btnBottom {
	clear:both;
	padding-bottom:40px;
}

/* FEATURED PRODUCT LAYOUT */

.featProdName {
	font-weight:bold;
	padding:5px 0px 3px 0px;
}

.featProdName a {
	font-weight:bold;
}

.featProdName a:visited {
	font-weight:bold;
}

.featProdName a:hover {
	font-weight:bold;
}

.featShortDesc {
	font-size:11px;
	color:#591f10;
	padding-bottom:3px;
}

.featPrice {

}

.featPriceStrike {
	text-decoration:line-through;
	color:#f00;
}

.featBtnBuyNow {
	border:0px;
}

#homeFeat .featBtnBuyNow img {
	border:0px;
}

#homeFeat .featImg img {
	height:180px;
	width:180px;
}


.quickCheckoutWrap h3 {
	font-size:13px;
	margin:0 0 5px 0;
	padding:0;
}

.quickCheckoutWrap h3 span.edit {
	margin-left:25px;
	font-size:12px;
	font-weight:normal;
}


.sameAs {
	font:normal 12px "Trebuchet MS";
	color:#311f10;
}

.sameAs  input {
	border:none;
}

.noStyle input {
	border:none;
}

input.txtBox150 {
	width:150px;
}


.addressSelect td, .addressSelectBilling td {
	padding:12px;
	border:1px solid #b6b2ad;
}


.line {
	border-bottom:1px solid #b6b2ad;
	height:20px;
	margin-top:10px;
	clear:both;
}
.line2 {
	border-top:1px solid #b6b2ad;
	height:20px;
	margin-bottom:10px;
	margin-top:2px;
	clear:both;
}

.shipTable th {
    font-weight:normal;
	padding:2px 5px 2px 2px;
    border-bottom:1px solid #b6b2ad;
	font-size:13px;
}

.shipTable td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 2px;
	vertical-align:top;
	border-bottom: 1px solid #999999;
}
.shipTable tr.noLine td {
    border-bottom-style: none;
}

/* tabs */

.customTabs .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(images/_tab_line_bg.png) repeat-x bottom;
}
.customTabs .ajax__tab_outer {
    padding-right:3px;
    background:url(images/_tab_right_n.png) no-repeat right top;
    height:22px;
	margin-right:1px;
}
.customTabs .ajax__tab_inner {
	padding-left:8px;
    background:url(images/_tab_left_n.png) no-repeat left top;
    height:22px;
}
.customTabs .ajax__tab_tab {
    height:14px;
    padding:4px 4px 4px 4px;
    margin:0;
    background:url(images/_tab_bg_n.png) repeat-x top;
	color:#555;
}
.customTabs .ajax__tab_hover .ajax__tab_outer 
{
    padding-right:3px;
    background:url(images/_tab_right_o.png) no-repeat right top;
    height:22px;
	margin-right:1px;
}
.customTabs .ajax__tab_hover .ajax__tab_inner 
{
    padding-left:8px;
    background:url(images/_tab_left_o.png) no-repeat left top;
    height:22px;
}
.customTabs .ajax__tab_hover .ajax__tab_tab {
    background:url(images/_tab_bg_o.png) repeat-x;
	color:#555;
}
.customTabs .ajax__tab_active .ajax__tab_outer {
    background:url(images/_tab_right_o.png) no-repeat right top;
    margin-right:1px;
}
.customTabs .ajax__tab_active .ajax__tab_inner {
    background:url(images/_tab_left_o.png) no-repeat left top;
}
.customTabs .ajax__tab_active .ajax__tab_tab {
    background:url(images/_tab_bg_o.png) repeat-x;
	color:#555;
}
.customTabs .ajax__tab_body {
    width: 482px;
	background-color:#fff;
	border:solid 1px #b2afa5;
	margin-top:-1px;
	margin-bottom: 10px;
	padding:15px 25px 20px 20px;
	font-size:12px;
}

/* end tabs */

.bigRed {
	font-size:28px !important;
	position:relative;
	top:5px;
	left:0px;
}

