div#module-blog-panel a:link,
div#module-blog-panel a:visited,
div#module-blog-panel a:active {
	color: #E76D01;
	text-decoration: underline;
}

div#module-blog-panel a:hover {
	color: #666666;
	text-decoration: underline;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_title {
	float:left;
	font-weight: bold;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_date_create {
	float:right;
color: #EEEEEE;
font-style: italic;
font-size: 11px;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_author {
	padding: 10px 0;
	clear:both;
}
div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_content {
	clear:both;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_attached_image {
	text-align: center;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_link {
	float:right;
	padding-top: 10px;

}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_date_create {
	float:right;
font-style: italic;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_title {
	clear:both;
color: #E76D01;
font-weight:bold;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_author {
	margin: 10px 0px 10px 0px;
	clear:both;
}
div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_content {
	border-bottom: 1px #E76D01 dotted;
padding-bottom: 10px;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_comment {
	font-size: 12px
font-style: italic;
background-color: #2F2F2F;
padding-left: 15px;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_comment_web {
	font-size: 12px;
font-style: italic;
color: #E76D01;
background-color: #2F2F2F;
padding-left: 10px;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_comment_name {
	font-size: 13px;
color: #E76D01;
background-color: #2F2F2F;
padding-left: 10px;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_form {
#70370C
	padding: 10px; 
	padding-top: 0px;
}


div#side-column-blog {
	padding: 10px;
	margin: 0px;
}

div#side-column-blog .title {
	font-weight: bold;
}

div#side-column-blog  ul#side-column-blog-archive {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
}

ul#side-column-blog-archive a:link,
ul#side-column-blog-archive a:visited,
ul#side-column-blog-archive a:active {
	color: #E76D01;
	text-decoration: underline;
}

ul#side-column-blog-archive a:hover {
	color: #666666;
	text-decoration: underline;
}


/* features styles - last posts */
div#side-column-blog ul#side-column-blog-posts {
	background: #E4E4E4;
	color:#333333;
	padding:0;
	margin: 3px;
	text-align:left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	border-left: 1px solid #a7a7a7;
	border-right: 2px solid #a7a7a7;
}

ul#side-column-blog-posts li {
	margin: 0;
	list-style:none;
	padding: 5px 5px 5px 5px;
	clear: both;
	border: 0px solid black;
}

ul#side-column-blog-posts li.header-line,
ul#side-column-blog-posts li.footer-line {
	height:20px;
	color:#ffffff;
	background:#a7a7a7;
	border-style:none;
	font-size: 11px;
	font-weight: bold;
}

ul#side-column-blog-posts li.header-line {
	padding:0;
	padding-left:5px;
	padding-top:4px;
	text-align:left;
	margin-bottom: 10px;
}

ul#side-column-blog-posts li.footer-line {
	padding:0;
	text-align:right;
	margin-top: 10px;
}

ul#side-column-blog-posts li div.link-container {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#side-column-blog-posts li a {
	color:#000000;
	text-decoration:none;
}

ul#side-column-blog-posts li a:hover {
	text-decoration:none;
}

ul#side-column-blog-posts li p {
	margin: 0;
	font-size:10px;
	overflow:hidden;
	color:#555555;
}

ul#side-column-blog-posts li.view-all {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: right;
}

/* rss link styles */
div#content div#body div#main-column div#main-column-content div#module-blog-panel div#module-blog-panel-rss {
	padding-bottom: 20px;
}

/* rss link styles */
div#content div#body div#main-column div#main-column-content div#module-blog-panel div#module-blog-panel-rss a {
	background: url(../img/rss.gif) no-repeat left 4px;
	padding: 5px 0px 5px 20px;
	font-size: 90%;
}

/* Paging */
div.blog-paging {
	font-family: Arial;
	font-size: 12px;
	margin: 0 0 25px 0;
	padding: 0;
	color: #606060;
	clear: both;
	height:16px;
}

div.blog-paging a {
	padding:2px 5px;
	border:1px solid #aaaaaa;
	text-decoration: none !important;
	margin: 0;
	background-color: #ffffff;
	height:16px;
}

div.blog-paging .next {
	float: left;
	padding-right: 15px;
	margin-right:8px;
}

div.blog-paging .previous {
	float: right;
	padding-left: 15px;
	margin-left:8px;
}

div.blog-paging .next .arrow,
div.blog-paging .previous .arrow {
}/* E-store Side search */
#side-estore-search-form {
	margin: 0 !important;
	padding: 0 !important;
}

div#side-estore-search {
	background-color: #D9D7D1;
	padding: 10px;
}

div#side-estore-search div#side-estore-search-title {
	color: #70370C;
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
}

div#side-estore-search input#side-estore-search-button {
	margin: 0 !important;
	padding: 0 !important;
	margin-left: 70px!important;
	margin-top: 5px!important;
	width: 73px;
	height: 20px;
	background: url(/img/estore-search.gif) no-repeat;
}

/* E-store Side navigation */
div#side-estore-menu {
	background-color: #EDEAE3;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#side-estore-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

div#side-estore-menu a {
	text-decoration: none !important;
	font-size: 12px;
	font-family: arial;
}

li.estore-nav-cat {
	padding-left: 0px;
}

li.estore-nav-cat a {
	color: #313131 !important;
}

li.estore-nav-cat div {
	padding-left: 15px;
	line-height: 18px;
}

li.estore-nav-cat div.opened {
	background-color: #F8F7F4;
}

li.estore-nav-cat div.opened a {
	color: #000000 !important;
	font-weight: bold;
}

ul.estore-nav-sub {
	padding-left: 30px !important;
}

ul.estore-nav-sub li a {
	color: #570D03 !important;
	line-height: 18px;
}

/* E-store Side related products */
div#side-estore-related-products {
	background-color: #EDEAE3;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}

ul#side-estore-related-products-list {
	background: #E4E4E4;
	color:#333333;
	padding:0;
	margin: 3px;
	text-align:left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	border-left: 1px solid #a7a7a7;
	border-right: 2px solid #a7a7a7;
}

ul#side-estore-related-products-list li {
	margin: 0;
	list-style:none;
	padding: 5px 5px 5px 5px;
	clear: both;
	border: 0px solid black;
}

ul#side-estore-related-products-list li.header-line,
ul#side-estore-related-products-list li.footer-line {
	height:20px;
	color:#ffffff;
	background:#a7a7a7;
	border-style:none;
	font-size: 11px;
	font-weight: bold;
}

ul#side-estore-related-products-list li.header-line {
	padding:0;
	padding-left:5px;
	padding-top:4px;
	text-align:left;
	margin-bottom: 10px;
}

ul#side-estore-related-products-list li.footer-line {
	padding:0;
	text-align:right;
	margin-top: 10px;
}

ul#side-estore-related-products-list li.empty-line {
	padding:0;
	margin:0;
	height: 0px;
}


ul#side-estore-related-products-list li div.image-container {
	float: left;
	/*border: 1px solid black;*/
}

ul#side-estore-related-products-list li div.image-container img {
	width:46px;
	border: 0;
}

ul#side-estore-related-products-list li div.only-text-container {
	padding:0;
	margin:0;
}

ul#side-estore-related-products-list li div.text-container {
	padding:0;
	margin:0;
	margin-left:52px;
	width:90px;
}

ul#side-estore-related-products-list li div.link-container {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#side-estore-related-products-list li a {
	color:#000000;
	text-decoration:none;
}

ul#side-estore-related-products-list li a:hover {
	text-decoration:none;
}

ul#side-estore-related-products-list li div.text-container p {
	margin: 0;
	font-size:10px;
	overflow:hidden;
	color:#555555;
}

/* E-store main menu */
#module-estore-menu {
	font-family: arial;
	font-size: 12px;
	background-color: #313131;
	padding: 5px 25px 5px 20px;
	margin-bottom: 25px;
	color: #ffffff;
	font-weight: bold;
	height: 15px;
}

#module-estore-menu a {
	color: #ffffff;
}

#module-estore-menu .float-left {
	float: left;
}

#module-estore-menu .float-right {
	float: right;
}

#module-estore-live-cart-status {
	color: #F6E6B5;
	font-style: italic;
	padding-right: 20px;
}


/* E-store styles */
#module-estore-panel {
	font-family: arial;
	font-size: 12px;
}

#module-estore-panel a {
	color: #570D03;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

#module-estore-panel input:disabled, #module-estore-panel select:disabled {
	background-color: #D4D0C8;
	color: #808080;
	border-color: #808080;
}

#module-estore-panel input.textfield {
	width: 180px !important;
}

#module-estore-panel .flash-title {
	margin:0;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	font-size:18px !important;
	height:35px;
	
	/* Customize font */
	font-family: georgia;
	
	color:#761305;
}

#module-estore-panel .title {
	color: #313131;
	font-weight: bold;
	padding-bottom: 5px;
}

#module-estore-panel .required {
	color: #ff0000;
}

#module-estore-panel a:hover {
	color: #570D03;
	text-decoration: underline;
}

#module-estore-panel form, #module-estore-panel img {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

#module-estore-panel .float-left {
	float: left;
}

#module-estore-panel .float-right {
	float: right;
}

#module-estore-panel .dotted-line{
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	background: transparent url(../img/estore-dotted-line.gif) repeat-x 0px 2px;
	font-size: 1px;
	height: 5px;
	clear: both;
}

div#module-estore-panel table.list {
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	width: 100%;
}

div#module-estore-panel table.list tr td{
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	padding: 3px;
}

div#module-estore-panel table.list tr.tb_caption{
	background-color: #761305;
	color: #ffffff;
	height: 16px;
}

div#module-estore-panel table.list tr.even{
	background-color: #cccccc;
}

div#module-estore-panel table.list tr,
div#module-estore-panel table.list tr.odd{
	background-color: #eeeeee;
}



div#module-estore-panel table.list tr td .download-item-panel {
	margin-top: 5px;
	padding-left: 20px;
	background: transparent url(../img/save.png) no-repeat top left;
}



div#module-estore-panel table.list tr td .reorder-item-panel {
	margin-top: 5px;
	padding-left: 20px;
	height: 18px;
	background: transparent url(../img/reorder_16.png) no-repeat top left;
}

/* Bread crumb */
#module-estore-panel .bread-crumb-line{
	padding: 0;
	margin: 0;
	padding-top: 3px;
	padding-left: 14px;
	background-color: #70370C;
	color: #ffffff;
	height: 20px;
	clear: both;
	font-family: arial !important;
	font-size: 12px !important;
}

#module-estore-panel .bread-crumb-line .bread-crumb-box {
	padding: 0;
	margin: 0;
	float: left;
}

#module-estore-panel .bread-crumb-line .bread-crumb-box a{
	color: #ffffff;
	text-decoration: underline !important;
}


#module-estore-panel .bread-crumb-line .bread-crumb-brands {
	padding: 0;
	margin: 0;
	float: right;
	margin-right: 15px;
}

#module-estore-panel .under-bread-crumb-line{
	padding-top: 10px;
	padding-left: 14px;
}

/* Page with full description of category */
#module-estore-panel .category-full-subcategories {
	margin: 0;
	padding: 4px;
	clear: both;
	font-family: arial !important;
	font-size: 12px !important;
	background-color: #EDEAE3;
}

#module-estore-panel table.category-full-subcategories-container {
	margin: 0;
	width: 100%;
}

#module-estore-panel table.category-full-subcategories-container tr td {
	padding: 5px;
	padding-left: 10px;
}

#module-estore-panel td.vertical-dotted-line {
	background: transparent url(../img/estore-vertical-dotted-line.gif) repeat-y 2px 0px;
}

#module-estore-panel .category-full-container {
	margin-top: 10px !important;
	clear: both;
}

#module-estore-panel .category-full-container img{
	padding: 9px !important;
	margin: 10px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	background-color: #C6C5C5 !important;
	display: block !important;
}

#module-estore-panel .category-full-container .category-full-title {
}

#module-estore-panel .category-full-container .category-full-description {
	padding-top: 10px !important;
	padding-bottom: 0px;
}

#module-estore-panel .subcategory-full-container {
	margin-top: 10px !important;
	clear: both;
}

#module-estore-panel .subcategory-full-container img{
	padding: 9px !important;
	margin: 10px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	background-color: #C6C5C5 !important;
	display: block !important;
}

#module-estore-panel .subcategory-full-container .subcategory-full-title {
}

#module-estore-panel .subcategory-full-container .subcategory-full-description {
	padding-top: 10px !important;
	padding-bottom: 0px;
}

/* Gallery for categories and products */
#module-estore-panel .gallery-container {
	width: 95%;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-family: arial;
	font-size: 12px;
	border: 0px solid black;
}

#module-estore-panel .item-container {
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 25px;
	margin-right: 20px;
	width: 140px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#module-estore-panel .thumbnail-container {
	display: block;
	text-align: center;
	height: 130px;
}

#module-estore-panel .category-container {
	text-align: center;
}

#module-estore-panel .product-container a {
	color: #70370C;
	font-weight: bold;
text-align: center;
}

#module-estore-panel .product-container a:hover {
	color: #183319;
	font-weight: bold;
}

#module-estore-panel .product-price,
#module-estore-panel .product-sale-price {
	margin-top: 5px;
	font-size: 11px;
	color: #183319;
}

#module-estore-panel .product-strike-price {
	/*float: left;*/
	font-size: 11px;
	margin-top: 5px;
	padding-right: 5px;
	margin-right: 20px;
}

#module-estore-panel .product-strike-price span {
	background: transparent url(../img/estore-strike-through.gif) repeat-x 0px 6px;
}

#module-estore-panel .product-sale-price {
	color: #FE0404;
	font-weight: bold;
}


/* browse list container */
#module-estore-panel .list-container {
	width: 95%;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-family: arial;
	font-size: 12px;
	border: 0px solid black;
}

#module-estore-panel .list-container .item-container {
	float: none;
	padding: 0;
	margin: 10px 0 0 0;
	height: 130px;
	width: 100%;
}

#module-estore-panel .list-container .thumbnail-container {
	float: left;
	display: block;
	height: 130px;
	width: 130px;
	text-align: center;
}

#module-estore-panel .list-container .product-title-container {
	margin: 15px 5px 0 5px;
	float: left;
	width: 250px
}

#module-estore-panel .list-container .product-title-container .product-desc {
	font-size: 10px;
	text-align: left;
}

#module-estore-panel .list-container .product-price-container {
	float: left;
	margin: 10px 0 0 10px;
}

/* display mode container */
#module-estore-panel .displaymode-container {
	clear: both;
	text-align: right;
	margin: 10px 0;
	/*float: left;*/
}

#module-estore-panel .displaymode-container span {
	text-transform:lowercase;
	padding-left: 15px;
	margin-left: 10px;
}

#module-estore-panel .displaymode-container span.displaymode-grid {
	background: transparent url(../img/displaymode_grid.gif) no-repeat 0px 3px;
}

#module-estore-panel .displaymode-container span.displaymode-list {
	background: transparent url(../img/displaymode_list.gif) no-repeat 0px 3px;
}

#module-estore-panel .displaymode-container a {
	padding:0;
	margin: 0;
	border:0;
	text-decoration: none !important;
	height:16px;
}

/* Paging */
div.estore-paging {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	clear: both;
	color: #606060;
	text-align: right;
	line-height:24px;
}

div.estore-paging .estore-paging-result {
	padding-right: 0px !important;
}

div.estore-paging .estore-paging-pages {
	padding-left: 30px !important;
}

div.estore-paging a , div.estore-paging b {
	padding:2px 5px 2px 5px;
	border:1px solid #aaaaaa;
	text-decoration: none !important;
	margin: 0 2px 0 2px;
	background-color: #ffffff;
	height:16px;
}

div.estore-paging a {
}

div.estore-paging .next {
	display:inline;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
}

div.estore-paging .previous {
	display:inline;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* Product full size image popup for jqModal*/
#module-estore-full-image-jqm
{
	position: fixed !important;
	
	top: 20% !important;
	left: 50% !important;
	margin-left: -180px !important;
	
	width: auto !important;
	height: auto !important;
	
	padding: 0px;
	border: 2px solid #403E3E;
	background-color: #ffffff !important;
	color: #000000 !important;
	z-index: 3000 !important;
}

/* Product full size image popup */
#product-full-image-box
{
	padding: 0;
	position: absolute;
	border: 2px solid #403E3E;
	background-color: #ffffff;
}

#module-estore-full-image-jqm div,
#product-full-image-box div
{
	text-align: right;
	margin: 0;
	padding: 0;
}

#module-estore-full-image-jqm img,
#product-full-image-box img
{
	border: 0 !important;
}

#module-estore-full-image-jqm #product-full-image-close,
#product-full-image-close
{
	border: 0;
	margin: 0;
	cursor: pointer;
	color: #ffffff;
	background-color: #403E3E;
	font-family: verdana;
	font-size: 10px;
	padding:1px 10px
}

/* Container 1 */
#module-estore-panel #product-detail-container1 {
	float: left;
	width: 200px;
}

#module-estore-panel #product-detail-image-box {
	text-align: center;
}

#module-estore-panel #product-detail-image {
	cursor: pointer;
}

#module-estore-panel #product-detail-image-title {
	color: #414040;
	font-family: verdana;
	font-size: 11px;
}

#module-estore-panel #product-detail-image-view {
	color: #631004;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}

#module-estore-panel #product-detail-purchase-message {
}

#module-estore-panel #product-detail-purchase-title {
	color: #631004;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}

#module-estore-panel ul#product-detail-purchase {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-right: 10px;
}

#module-estore-panel ul#product-detail-purchase li {
	text-align: right;
	padding-top: 5px;
}

#module-estore-panel input#product-detail-add-to-cart {
	margin:0 !important;
	padding:0 !important;
	width:106px;
	height:20px;
	background: url(/img/estore-add-to-cart.gif) no-repeat;
}

#module-estore-panel #product-out-of-stock {
	display: none;
	color: #DF0202;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#module-estore-panel #product-request-more-info-box {
	margin: 20px 10px 0 0;
	text-align: right;
}

#module-estore-panel input#product-request-more-info {
	margin:0 !important;
	padding:0 !important;
	width:210px;
	height:20px;
	background: url(/img/estore-request-more-info.gif) no-repeat;
}

/* Container 2 */
#module-estore-panel #product-detail-container2 {
	margin-left:260px;
	width: 260px;
}

#module-estore-panel #product-detail-title {
	color: #631004;
	font-family: georgia;
	font-weight: bold;
	font-size: 17px;
}

#module-estore-panel #product-detail-price {
	color: #9D8240;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	font-family: georgia !important;
}

#module-estore-panel #product-detail-price .product-strike-detail-price{
	padding-top: 10px;
	background: transparent url(../img/estore-strike-through.gif) repeat-x 0px 20px;
}

#module-estore-panel #product-detail-price .product-sale-detail-price{
	color: #FE0404;
	padding-top: 5px;
}

#module-estore-panel #product-detail-description {
	padding-top: 10px;
	font-family: verdana;
	font-size: 11px;
}


/* Cleared line under containers */
#module-estore-panel .cleared-line {
	width: 100%;
	clear: both;
	font-size: 1px;
	height: 15px;
}

/* Product additional images (product photo gallery) */
#module-estore-panel #product-detail-additional-title {
	color: #631004;
	font-family: verdana;
	font-size: 11px;
	margin-left: 10px;
}

#module-estore-panel ul#product-detail-gallery {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0;
	
	margin-left: 10px;
	
	/* for css 2.1 browsers */
	/*display:table;
	margin:0 auto;*/
	
	/* I like IE */
	/*$left: 45%;
	$position: relative;
	$float: left;
	$margin-left: expression("-" + (this.clientWidth / 2) + "px");*/
}

#module-estore-panel ul#product-detail-gallery  li {
	width: 130px;
	padding: 10px 0pt 20px;
	text-align: center;
	float: left;
}

#module-estore-panel ul#product-detail-gallery .product-detail-gallery-box {
	width: 120px;
	border: 1px solid black !important;
	cursor: pointer;
}

#module-estore-panel ul#product-detail-gallery .product-detail-gallery-title {
	color: #414040;
	font-family: verdana;
	font-size: 11px;
}

#module-estore-panel ul#product-detail-gallery li.cleared {
	clear: both;
}

/* E-store cart */
#module-estore-panel table.cart-container {
}

#module-estore-panel table.cart-container tr td {
	padding: 3px;
}

#module-estore-panel tr.cart-container-header {
	padding: 0;
	margin: 0;
	background-color: #70370C;
	color: #ffffff;
	height: 16px;
}

#module-estore-panel div#cart-details {
	padding-top: 10px;
	padding-bottom: 20px;
}

#module-estore-panel div#promocodes-details {
}

#module-estore-panel div#promocodes-details {
}

#module-estore-panel div#promocodes-details div.title {
}

#module-estore-panel div#promocodes-details form#cart-promocodes-form {
}

#module-estore-panel div#promocodes-details div#cart-promocodes-form-buttons {
	margin-top: 5px;
	margin-bottom: 15px;
}


#module-estore-panel div#promocodes-details div#cart-promocodes-loader {
	display: none;
	height: 20px;
}

#module-estore-panel div#promocodes-details div#cart-promocodes-loader img {
	float:left;
	margin-right: 10px;
}

#module-estore-panel div#promocodes-details div#cart-promocodes-loader div#cart-promocodes-loader-content {
	padding-left: 20px;
	font-size: 11px;
}

/* SEARCH */
#side-estore-search .search-wrapper {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 5px;
	position: relative;
	width: 140px;
	padding: 0px;
	height: 16px;
	padding-top: 2px;
	border: 1px solid black;
}

#side-estore-search input.g-prettysearch {
	height: 16px;
	width: 115px;
	border: 1px solid #ffffff;
}

#side-estore-search .search-wrapper input.g-prettysearch {
	border:0px none;
	font-family:"Lucida Grande",Geneva,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0px;
	padding:3px 0 0;
}

#side-estore-search .search-wrapper .reset {
	background:transparent url(../img/nav/close.gif) no-repeat;
	cursor:pointer;
	display:block;
	height:11px;
	overflow:hidden;
	position:absolute;
	right:4px;
	top:4px;
	width:11px;
	z-index:1;
}

#side-estore-search .search-wrapper input.g-prettysearch {
	position: absolute;
	width: 280px
	top: 0;
	left: 5px;
	border: 0px;
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", Geneva, Arial, sans-serif;
}


/* SEARCH RESULTS */
#globalsearch {
	/*background:transparent url(../img/nav/shortcuts_bg_mid_grey.png) repeat-y scroll 0pt;*/
	/*height:38px;*/
	position:absolute;
	width:328px;
	display: none;
	text-align: left;
	/*behavior: url(../js/iepngfix.htc);*/
	
	z-index: 1;
}

#globalsearch .inside {
	width:328px;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	line-height:1px;
	font-size:1px;
}

#globalsearch .resultCat {
	position:relative;
	color:#F6F6F6;
	background:#919191;
	/*width:308px;*/
	width:308px;
	height:8px;
	margin:0;
	padding-bottom: 12px;
	width: 302px;
	font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	border:1px none #FB6BFF;
}

ul.sp-results {
	background: #E4E4E4;
	/*background:transparent url(../img/nav/shortcuts_bg_mid_grey.png) repeat-y 0 0;*/
	color:#333333;
	/*padding:0pt 3px;*/
	padding:0;
	margin:0;
	/*width:328px;*/
	width:321px;
	text-align:left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

ul.sp-results li {
	margin: 0;
	margin: 0 0 -3px 0;
	padding: 5px 10px 15px 10px;
	list-style-type:none;
	height:5.6em;
	/*height:4.6em;*/
	/*height:5.2em;*/
	/*position:relative;*/
	border-left:1px solid #919191;
	border-right:1px solid #919191;
	
	width:300px;
	clear: both;
	
	overflow: hidden;
}

ul.sp-results li.viewall {
	width:302px;
	height:18px;
	text-align:right;
	color:#000000;
	background:#a7a7a7;
	border-style:none;
}

ul.sp-results li.viewall a {
	color:#FFFFFF;
	padding-right:23px;
	background:transparent url(../img/nav/shortcuts_arrow.gif) no-repeat scroll 99% 50%;
	padding-top:3px;
	padding-bottom:3px;
	font: bold 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

ul.sp-results li.finish {
	/*width:308px;*/
	width:300px;
	height:20px;
	text-align:right;
	color:#000000;
	position:absolute;
	left:0px;
	/*background:transparent url(../img/nav/shortcuts_bg_foot_grey.png) no-repeat top left;*/
	border-style:none;
}

ul.sp-results li.hoverli {
	background:#b7b7b7 none repeat-x;
	color:#FFFFFF;
	cursor:pointer;
}

ul.sp-results li.hoverli h4 a {
	color:#FFFFFF;
}

ul.sp-results li.hoverli p {
	color:#F1F1F1;
}

ul.sp-results img{
	margin-right:4px;
}

ul.sp-results li span {
	display:block;
	width:220px;
}

ul.sp-results li h4 {
	margin:0;
	font-size:11px;
	font-weight:bold;
}

ul.sp-results li p {
	margin:0pt;
	font-size:10px;
	overflow:hidden;
	height:2.7em;
	color:#555555;
}

ul.sp-results li a {
	color:#606060;
	text-decoration:none;
}

ul.sp-results li a:hover {
	text-decoration:none;
}

ul.sp-results li div.sp-result-img {
	float: left;
	overflow: hidden;
	height: 6.5em;
}

ul.sp-results li img, ul.sp-results li .replacementimg {
	float: left;
	/*position:absolute;*/
	/*left:10px;*/
	/*height:46px;*/
	width:46px;
}

ul.sp-results li h4 a {
	color:#191919;
	text-transform:uppercase;
}

ul.sp-results li.viewall.hover {
	/*background:transparent url(../img/nav/shortcuts_bg_foot_grey.png) no-repeat repeat bottom left;*/
}

#sp-search-spinner {
	position:absolute;
	top:13px;
	right:16px;
	z-index:10;
	display:none;
}

#sp-search-cancel img {
	cursor:pointer;
}

#sp-result-none.viewall {
	bottom: -27px;
}
#sp-result-none.viewall a {
	font-size:10px;
}

/* E-store styles for cart(order) uploaded files */
#module-estore-panel input.filefield {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
}

#module-estore-panel table.uploaded_file_box {
}

#module-estore-panel table.uploaded_file_box tr td {
	padding: 2px 5px 2px 0;
}

/* E-store product collapsible boxes (fields) - accordion styles */
div#estore-products-fields  {
}

div#estore-products-fields .estore-products-fields-basic  {
	width: 260px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#estore-products-fields .estore-products-fields-basic ul.estore-am-sub-box {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

div#estore-products-fields .estore-products-fields-basic li.estore-am-sub-line {
	background: #cecece;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

div#estore-products-fields .estore-products-fields-basic li.active>a.estore-am-title {
	background: url('../img/accordion/close.gif') no-repeat center right;
}

div#estore-products-fields .estore-products-fields-basic li.estore-am-sub-line div.estore-am-content {
	padding: 20px;
	width: 220px;
	background: #eeeeee;
	display: block;
	clear: both;
	float: left;
}

div#estore-products-fields .estore-products-fields-basic a.estore-am-title {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	padding: 5px;
	display: block;
	cursor: pointer;
	background: url('../img/accordion/open.gif') no-repeat center right;
}

div#estore-products-fields .estore-products-fields-basic ul.estore-am-sub-box li.estore-am-sub-line {
	background: #fefefe;
	font-size: 0.9em;
}/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
	display: none;
	
	position: fixed;
	top: 20%;
	left: 50%;
	
	margin-left: -250px;
	width: 400px;
	height:360px;
	
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 0px;
	/*z-index: 1000;*/
	
	/*
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	
	margin-left: -250px;
	width: 400px;
	height:340px;
	
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 0px;
	z-index: 1000;
	*/
}

.jqmOverlay {
	background-color: #000;
	/*display:none;*/
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
	top: expression(this.parentNode.offsetWidth+'px');
	left: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
   Star selector used to hide definition from browsers other than IE6
   For valid CSS, use a conditional include instead */
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}