﻿.foo{}/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SEARCH PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchPanel
{
	margin-bottom: 15px;
	padding: 0px;
}

.searchPanel .title
{
    color:#FB7E67;
    font-size:22px;
    font-weight:normal;
    line-height:24px;
    margin:0px 0 15px;
	clear: both;
}

.searchPanel .searchInput
{

}

.searchPanel .searchResults
{
	display: inline-block;
}

.searchPanel .searchResults .result
{
	font-weight: bold;
	color: #555;
}

.searchPanel .searchResults .ItemBox {
        display:inline;
        float:left;
        height:212px;
        margin:0 0 20px;
        overflow:hidden;
        padding:7px;
        width:178px;
        text-align: center;
		background:#DBEDF8 none repeat scroll 0 0;
		padding-top: 10px;
}

.searchPanel .searchResults .ItemBox .txt_box {

    /*overflow: hidden;*/
    margin-top: 4px;
}

.searchPanel .searchResults .ItemBox .title {
    color:#444444;
    display:block;
    font-size:11px;
    text-align:center;
    line-height: 12px;
    margin: 3px 0;
    height:25px;
}

.searchPanel .searchResults .ItemBox .picture {
    height: 125px;
}

.searchPanel .searchResults .ItemBox .picture img {
     border:1px solid #ABC8E2 !important;
}

.searchPanel .searchResults .ItemBox .description {
    font-size: 11px;
    line-height: 12px;
    display: none;
}

.searchPanel .searchResults .ItemBox .prices {
    color:#375D81;
    font-size:11px;
    text-transform:uppercase;
}

.searchResults .ProductList1
{
	width: 600px;
	margin: 0 auto 0 auto;
}

.searchResults .ProductList1 .ItemBox
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.searchResults .ProductList1 .ProductItem
{
	width: 600px;
	height: 177px;
	background: url('images/pb_s_bg.gif') no-repeat 0 100%;
}

.searchResults .ProductList1 .ProductItem .title
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	margin:0;
	padding: 0 0 0 10px;
}

.searchResults .ProductList1 .ProductItem .title a
{
	background: url('images/deal_box_hr.gif') no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.searchResults .ProductList1 .ProductItem .picture
{
	float: left;
	margin: 10px 0 10px 10px;
}

.searchResults .ProductList1 .ProductItem .description
{
	padding: 0px 0 0 10px;
	margin: 10px 150px 0px 140px;
	text-align: left;
	border-left: solid 1px #e3e3e3;
	color: #555;
}

.searchResults .ProductList1 .ProductItem .prices-wrapper
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
}

.searchResults .ProductList1 .ProductItem .prices
{
	font-size: 11px;
}

.searchResults .ProductList1 .ProductItem .prices .productPrice
{
	color: green;
}

.searchResults .ProductList1 .ProductItem .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

.searchResults .ProductList1 .ProductItem .buttons
{
	padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT US FORM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contact_page {
    overflow: hidden;
    width: 100%:
}

.contact_page .TableContainer .Row .ItemValue,
.contact_page .TableContainer .Row .ItemName   {
    padding: 7px 0 6px 20px;
    white-space: nowrap;
}

.contact_page .contact_left {
    width: 650px;
    float: left;
}

.contact_page .contact_left p {
    margin: 0 0 15px;
}


.contact_page .contact_right {
    width: 290px;
    float: right;
}

.contact_page .contact_right .box_right {
    width: 290px;
    background: #dbedf8;
    margin: 0 0 10px;
    color: #3d576b;
}
.contact_page .contact_right .box_right table {
    margin: 0 13px 10px 13px;
}

.contact_page .contact_right .box_right table span {
    font-size: 17px;
    display: block;
    font-weight: bold;
}


.contact_page .contact_right .box_right img {
    margin: 0 10px 10px;
}


.contact_page .contact_right .box_right h3 {
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    font-family:Arial,Tahoma,Verdana,sans-serif;
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    line-height:16px;
    margin:0;
    padding:7px;
    text-align:center;
    text-transform:uppercase;
}

.contact_page .contact_right .box_right p {
    padding: 10px 13px;
    margin: 0;
}


.contact_page .contactform .ItemValue input {
    width: 308px;
    padding: 2px 3px 0;
    height: 20px;
    border:1px solid #B4D9F1;
}

.contact_page .TableContainer .Row .ItemName {
    width: 100px;
}


.contact_page .TableContainer .Row .ItemValue textarea {
    margin: 0;
}


.contact_page .TableContainer .Row .ItemValue,
.contact_page .button {
    padding-right: 183px;
}

.contact_page .button {
    padding-top: 6px;
    padding-bottom: 6px;
}

.contact_page .TableContainer span {
    margin: 0;
    color: red;
}


.contactform .title
{
    color:#FB7E67;
    font-size:22px;
    font-weight:normal;
	clear: both;
}

.contactform .button
{
	text-align: right;
}

.contactform .button  label {
    margin: 0 0 0 20px;
}


.contactform .info
{
}

.contactform .sendEmail
{
}

.contactform .contactform
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb {
    padding: 6px 0 8px 0;
    color: #85b1ca;
    height: 16px;
    display: inline-block;
    width: 100%;
}

.breadcrumb p {
    margin:0;
    width: 800px;
    float: left;
}

.breadcrumb a {
    color: #375d81;
}

.breadcrumb p.links {
    color: #375d81;
}

.breadcrumb p.links a {
    color: #85b1ca;
}

.breadcrumb a.addthis_button {
    float: right;
    margin-top:1px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newslist
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newslist .title
{
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    font-family:Arial,Tahoma,Verdana,sans-serif;
    font-size:12px;
    font-weight:normal;
    line-height:16px;
    padding:4px 7px;
    text-transform:uppercase;
    clear: both;
}

.newslist .newsitems
{
	margin: 0px 5px 0 5px;
	padding: 0px 0 0 0;
}

.newslist .newsitems .item
{
	border-bottom: solid 1px #edf6fb;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newslist .newsitems .newsDate
{
	color: #9a9a9a;
	font-style: italic;
}

.newslist .newsitems a.newsTitle
{
	color: #375d81;
	text-decoration: none;
	font-size: 15px;
    font-weight: bold;
}

.newslist .newsitems a.newsTitle:hover
{
	text-decoration: underline;
}

.newslist .newsitems .newsDetails
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.newslist .newsitems .newsReadMore
{
	font-weight: bold;
	text-decoration: none;
	color: #85b1ca;
	background-color: inherit;
}

.newslist .newsitems .newsReadMore:hover {
    color: #FB7E67;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newsitem
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newsitem .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}

.newsitem .newsDate
{
	color: #9a9a9a;
	font-style: italic;
}

.newsitem .newsbody
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.newsComments
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newsComments .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}

.newsComments .newComment
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.newsComments .newComment td.leaveTitle
{
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #3a3a3a;
}

.newsComments .newComment td.button
{
	text-align: right;
}

.newsComments .commentList
{
	border-top: solid 1px #6a6a6a;
	margin-top: 10px;
	background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newscomment
{
	border-bottom: solid 1px #E3E3E3;
}

.newscomment .commentinfo
{
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}

.newscomment .commentinfo .userinfo
{
	padding-top: 5px;
}

.newscomment .commentinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo .avatar
{
	margin: 5px 0 5px 0;
}

.newscomment .commentinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.newscomment .commentinfo .userinfo  .userstats .statvalue
{
	font-weight: normal;
}

.newscomment .commentcontent
{
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}

.newscomment .commentcontent .commenttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}

.newscomment .commentcontent .commenttime .statvalue
{
	font-weight: normal;
}

.newscomment .commentcontent .commenttitle
{
	padding: 3px;
	font-weight: bold;
}

.newscomment .commentcontent .commentbody
{
	padding: 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blog
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blog .title
{
    color:#FB7E67;
    font-size:22px;
    font-weight:normal;
    line-height:24px;
    margin:10px 0;
    clear: both;
}

.blogposts .post .blogDate
{
	color: #9a9a9a;
	font-style: italic;
}

.blogposts .post a.blogTitle
{
	color: #375d81;
	text-decoration: none;
    font-weight: bold;
	font-size: 15px;
}

.blogposts .post a.blogTitle:Hover
{
	text-decoration: underline;
}

.blog .blogposts
{
	margin: 0px;
	padding: 0px 0 0 0;
}

.blog .blogposts .post
{
	border-bottom: solid 1px #edf6fb;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog .blogposts .blogBody
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog .blogposts .blogDetails
{
	font-weight: bold;
	text-decoration: none;
	color: #375d81;
	background-color: inherit;
}

.blog .blogposts .blogDetails:hover {
    color: #FB7E67;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogpost
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blogpost .title
{
color:#FB7E67;
font-size:26px;
font-weight:normal;
padding:5px 10px 15px 0;
}

.blogpost .postDate
{
	color: #9a9a9a;
	font-style: italic;
}

.blogpost .postbody
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.blogComments
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blogComments .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}

.blogComments .newComment
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}


.blogComments .newComment td.leaveTitle
{
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #3a3a3a;
}

.blogComments .newComment td.button
{
	text-align: right;
}

.blogComments .commentList
{
	border-top: solid 1px #ABC8E2;
	margin-top: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogcomment
{
	border-bottom: solid 1px #ABC8E2;
}

.blogcomment .commentinfo
{
	width: 210px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #ABC8E2;
    overflow: hidden;
}

.blogcomment .commentinfo .userinfo
{
	padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo .avatar
{
	margin: 5px 0 5px 0;
}

.blogcomment .commentinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.blogcomment .commentinfo .userinfo  .userstats .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent
{
	margin-left: 220px;
	border-left: solid 1px #F3F3F3;
}

.blogcomment .commentcontent .commenttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #DBEDF8;
}

.blogcomment .commentcontent .commenttime .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent .commentbody
{
	padding: 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POLLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.todaysPollBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.todaysPollBox .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.todaysPollBox .pollItem
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.pollBlock
{
	float: left;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}

.pollTakePoll, .pollResults
{
	border: dashed 1px #666;
	padding: 5px;
	margin-top: 10px;
}

.pollDisplayText
{
	font-weight: bold;
}

.pollTotalVotes
{
	font-style: italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	EMAIL A FRIEND PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.emailafriendBox
{
	margin-bottom: 15px;
	padding: 0px;
}

.emailafriendBox .title,
.inquireProductBox .title,
.contact_title

{
	/*padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;*/
	clear:both;
	color:#FB7E67;
	font-size:22px;
	font-weight:normal;
    margin:  0 0 15px;
}

.emailafriendBox .sendEmail, 
.contactform
{
	/*border: 1px solid #d7d7d7;*/
	margin-top: 10px;
	/*padding: 0 0 10px 10px;*/
	width:650px;
	margin:auto;
}

.contactform .htmlcontent {
    min-height: 20px;
}

.contactform .TableContainer .Row .ItemValue {
    vertical-align: top;
}

.txt_row textarea {
    float: left;
}
.txt_row span {
    float: left;
    margin: 10px 0 0 3px;
}


.inquireProductBox .inquire {
    width: 520px;
}

.inquireProductBox .inquire table .td_input input{
	width:95%;
}
.inquire_cont textarea{
	width:95%;
}

.inquire_cont {
    width: 850px;
    margin: 0 auto;
}

.emailafriendBox .sendEmail table,
.contactform table{
    width: 650px;
}

.emailafriendBox .sendEmail .tr1, .inquire_cont .tr1{
	background:#F4FAFD;
}
.emailafriendBox .sendEmail table, .inquire_cont table{
	border-collapse:collapse;
    width: 516px;
}
.emailafriendBox .sendEmail table tr td, .inquire_cont table tr td{
	padding:5px 10px;
}
.emailafriendBox .sendEmail .title, .inquire_cont .title{
	color:#375D81;
	font-size:14px;
	padding:10px 5px 10px 20px;
	vertical-align:top;
	width:140px;
}
.inquire_cont .textBox,
.emailafriendBox .textBox{
	width:310px !important;
}
.inquire_cont textarea{
	height:150px !important;
	overflow:auto;

}

.emailafriendBox .sendEmail .product
{
	font-weight: bold;
}

.emailafriendBox .sendEmail .description
{
	font-style: italic;
}

.emailafriendBox .sendEmail .confirm
{
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: default;
	display: block;
	background-repeat: no-repeat;
}
.filledRatingStar
{
	background-image: url(Images/FilledStar.png);
}
.emptyRatingStar
{
	background-image: url(Images/EmptyStar.png);
}
.savedRatingStar
{
	background-image: url(Images/SavedStar.png);
}

.cat4 {
    overflow: hidden;
    margin: 2px 0 0;
    line-height: 0;
    font-size: 0;
}

.cat4 .HomePageFourRandomCategoriesItem {
    height:168px;
    margin:0 1px 0 0;
    overflow:hidden;
    width:243px;
    vertical-align: top;
    background: #DBEDF8;
    font:12px/18px Arial, Tahoma, Verdana, sans-serif;
}

.cat4 .HomePageFourRandomCategoriesItem .CategoriesItemPicture {
    text-align: center;
    width: 243px;
    overflow: hidden;
}

.cat4 .HomePageFourRandomCategoriesItem .CategoriesItemPicture img {
    width:243px;
}


.cat4 .HomePageFourRandomCategoriesItem .CategoriesItemPicture  img {
    border: 1px solid #ABC8E2 !important;
}

.cat4 .ItemBox .CategoriesItemTitle {
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    font-size:12px;
    font-weight:normal;
    padding:5px 7px;
    text-transform:uppercase;
    line-height: 18px;
}

.cat4 .ItemBox .CategoriesItemTitle a {
    color: #fff;
    font:12px/18px Arial, Tahoma, Verdana, sans-serif;
    font-weight:normal;

}

.cat5 {
    display: inline-block;
    width: 100%;
    margin-top: 2px;
}

.cat5 table {
    float: left;
}

.cat5 .table_item {
    float: left;
}

.cat5 .title {
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    font-size:12px;
    font-weight:normal;
    padding:5px 7px;
    height: 18px;
    text-transform:uppercase;
}

.cat5 .title a {
    color:#FFFFFF;
}

.cat5  .view-all {
    background:transparent url('images/arrow_viewall.gif') no-repeat scroll 0 50%;
    padding-left:12px;
    color:#FFFFFF;
    display:inline;
    float:right !important;
    cursor: pointer;
    font-size:12px;
    line-height:15px;
    text-transform:none;
}

.cat5 .view-all:hover {
    color: #FB7E67;
}

.cat5 .home-news {
    margin:0;
    width:561px;
    height:174px;
    background:#DBEDF8 none repeat scroll 0 0;
}

.cat5 .home-news .picture img{
	max-height:105px;
}

*html .cat5 .home-news .picture img{
	height: expression( this.scrollHeight > 105 ? "105px" : "auto" );
}


.cat5 .home-news table {
    width: 100%;
}

.cat5 .home-news .picture {
    overflow: hidden;
    height: 145px;
    text-align: center;
}

.cat5 .home-news .picture img {
    margin: 7px;
    border: 1px solid #ABC8E2 !important;
}

.cat5 h3 {
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    font-size:12px;
    font-weight:normal;
    padding:5px 7px;
    text-transform:uppercase;
}

.cat5 h3 a {
    color:#FFFFFF;
}

.cat5 .item-b {
    height:174px;
    margin:0 0 0 3px;
    width:206px;
    background:#DBEDF8 none repeat scroll 0 0;
}

.cat5 .item-b p {
    padding: 10px;
    margin:0;
    text-align: left;
}


.cat5 span {
    float: left;
}

.cat5 h3 {
    display: inline-table;
    width:192px;
    height:18px;
}

.cat5 .item-b img {
    margin: 6px;
	margin-top:10px;
    border:1px solid #ABC8E2 !important;
}

.cat5 .item-b td {
    text-align: center;
    vertical-align: middle;
}


.cat5 .item-b .picture {
    overflow: hidden;
    height: 136px;
    width: 205px;
    text-align: center;
}

.pnlErrorPayment
{
    color:Red;
    font-weight:bold;
}

.cms_content .about_table .btn_subscribe,
.cms_content .about_table .btn_facebook,
.cms_content .about_table .btn_faq{
	margin:10px auto;
}

/* = Business sales pages */
.business_clear{
	clear:both;
}
.business_o_clear{
	overflow:hidden;
	_zoom:1;
}
.business_sales_cont{
	width:650px;
	float:left;
}
.business_sales_cont .required_fields{
	float:right;
	font-size:11px;
	display:block;
}
.business_sales_cont .required_fields span,
.business_sales_cont .valid{
	font-size:12px;
	color:Red;
	display:inline;
	margin-left:5px;
}
.business_sales_cont .business_caption{
	color:#FB7E67;
	font-size:18px;
	font-weight:normal;
	margin:10px 0 15px;
}
.business_sales .TableContainer,
.business_sales .TableContainerBig{
	width: 650px;
	background:#F4FAFD;
}
.business_sales .TableContainerBig{
	background:none;
}
.business_sales .TableContainerBig .tr1{
	background:#F4FAFD;
}
.business_sales .top_tbl_help{
	color:#375D81;
	padding-left:20px !important;	
}
.business_sales .TableContainer td,
.business_sales .TableContainerBig td
{
	padding:5px;
}
.business_sales .TableContainer .ItemName,
.business_sales .TableContainerBig .ItemName
{
	width:100px;
	color:#375D81;
	display:block;
	font-size:14px;
	padding:7px 0 6px 20px;
	vertical-align:middle;
}
.business_sales .TableContainerBig .ItemName{
	width:150px;
}
.business_sales .TableContainer .ItemValue,
.business_sales .TableContainerBig .ItemValue{
	width:500px;
}
.business_sales .TableContainerBig .ItemValue{
	width:480px;
}
.business_sales .TableContainer .ItemValue input{
	width:190px;
}
.business_sales .TableContainerBig .ItemValue input{
	width:310px;
	border:1px solid #ABC8E2;
	color:#000000;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:14px;
	height:16px;
	margin:1px;
	padding:2px 3px;
}
.business_sales .TableContainerBig .ItemValue select{
	width:318px;
	border:1px solid #ABC8E2;
	color:#000000;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:14px;
	margin:1px;
	padding:2px 3px;
}
.business_sales .TableContainerBig .ItemValue_upload input{
	height:auto;
}
.business_sales .TableContainerBig .CheckBoxList input{
	width:auto;
	vertical-align:-4px;
	margin-right:5px;
	border-style:none;
}
*+html .business_sales .TableContainerBig .CheckBoxList input{
	vertical-align:-2px;
}

.business_sales .TableContainerBig textarea{
	width:310px;
	height:93px;
	overflow:auto;
}
.business_sales .big_textarea textarea{
	overflow:auto;
	width:462px;
	height:161px;
}
.business_sales .TableContainerBig .red_text{
	color:#FB7E67;
	float:right;
	font-size:12px;
	margin:10px 0 15px;
	width:410px;
}
.business_sales .TableContainerBig .red_btn{
	padding-left:20px;
	width:220px;
}
.business_sales .required_fields_big{
	float:right;
	color:#FB7E67;
	font-size:14px;
	font-weight:bold;
	margin:10px 0 15px;
}
.business_sales .TableContainerTrade{
	width:650px;
	background:#F4FAFD;
	margin-bottom:10px;
}
.business_sales .TableContainerTrade .ItemName{
	color:#FB7E67;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	width:15px;
	vertical-align:top;
	padding-top:9px;
}


.business_sales .TableContainerTrade .ItemTBL{
	width:620px;
}
.business_sales .TableContainerTrade .ItemTBL .ItemTBLName{
	width:150px;
	color:#375D81;
	display:block;
	font-size:14px;
	padding:7px 0 6px 20px;
	vertical-align:middle;
}
.business_sales .TableContainerTrade .ItemTBL .ItemTBLValue{
	width:450px;
}
.business_sales .TableContainerTrade .ItemTBL .ItemTBLValue input{
	width:310px;
	border:1px solid #ABC8E2;
	color:#000000;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:14px;
	height:16px;
	margin:1px;
	padding:2px 3px;
}
.productvariantaddtocartbutton_b{
	margin-top:15px !important;
	height:30px !important;
	font-weight:bold !important;
}
.business_sales .complile_info,
.business_sales .business_cms strong{
	color:#375D81;
	font-weight:bold;
}




.business_sales_right{
	float:right;
	width:290px;	
}

html[xmlns*=""] body:last-child .cat5 h3 {
    
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.cat5 h3 {
    	width:206px;
	}
} 

