
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}

/* vertical align (center)  */
.valign-middle {
	vertical-align: middle;
	height: 100%;
}

.valign-middle-adv-lvl1 {
	height: 100%;
	display: table;
}

.valign-middle-adv-lvl2 {
	display: table-cell;
	vertical-align: middle;
}

/* horizontal align  */
.halign-center {
	display: table;
	text-align: center;
	margin: 0 auto;
}

.right-box {
	width: 100%;
	text-align: right;
}

/* page break  */
.page-break {
	height: 0;
	line-height: 0;
	page-break-after: always;
	margin: 0;
	padding: 0;
}

/* overflow wrapper  */
.overflow {
	margin-right: 20px;
	overflow: auto;
}

label {
	vertical-align: bottom;
	line-height: 15px;
}

label input {
	vertical-align: bottom;
	margin: 0;
}

label.input-block {
	vertical-align: middle;
	line-height: 21px;
}

label.input-row,.input-row label {
	float: left;
	padding-right: 20px;
}

label.plain-box {
	display: block;
	padding-bottom: 15px;
}

label.plain-box .label-title {
	display: block;
}

a.small-link:hover {
	color: #3c6992;
	text-decoration: underline;
	font-size: 9px;
	font-family: arial, verdana, helvetica, sans-serif;
}

div.error-message {
	margin: 0 0 15px;
}

.black-text {
	color: #000;
}

table tr.head-row td,table tr.head-row th {
	background: #ccc none;
	font-weight: 700;
}



/*==============================================================================

  widgets

==============================================================================
  location bar
 */
#location {
	height: 15px;
	line-height: 15px;
	margin-bottom: 27px;
	font-size: 11px;
	color: #818891;
}

font.bread-crumb {
	font-size: 11px;
	color: #818891;
}

a.bread-crumb:hover {
	font-size: 11px;
	color: #818891;
	text-decoration: none;
}

#location span {
	padding: 0 5px;
}

/*
  dialog message container
 */
#dialog-message {
	width: 100%;
	padding: 15px 0 20px;
}

#dialog-message .box {
	position: relative;
	margin-left: 8%;
	margin-right: 8%;
	border: 1px solid #000;
	border-top: 3px solid #000;
	vertical-align: middle;
	text-align: left;
	min-height: 32px;
	padding: 10px 25px 10px 59px;
}

#dialog-message a.close-link:link,#dialog-message a.close-link:visited,#dialog-message a.close-link:hover,#dialog-message a.close-link:active
	{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 13px;
	height: 13px;
	text-decoration: none;
}

#dialog-message .close-img {
	width: 13px;
	height: 13px;
	background: transparent url(../images/but_cross.gif) no-repeat left top;
}

#dialog-message .message-i {
	color: #112536;
	background: #f4f5f7 url(../images/icon_info.gif) no-repeat 10px 10px;
	border-color: #7a97c1;
}

#dialog-message .message-w {
	color: #3e3104;
	background: #f8f7f3 url(../images/icon_warning.gif) no-repeat 10px 10px;
	border-color: #c3902f;
}

#dialog-message .message-e {
	color: #590a0a;
	background: #f7f3f3 url(../images/icon_error.gif) no-repeat 10px 10px;
	border-color: #d30000;
}

#dialog-message .anchor {
	position: relative;
	margin-left: auto;
	margin-right: 0;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

#dialog-message .anchor img {
	width: 12px;
	height: 10px;
	vertical-align: middle;
	background: transparent url(../images/goto_arr.gif) no-repeat left top;
}

.dialogtr {
	color: #b89492;
}

/* inline message  */
.inline-message {
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 1px 1px 15px;
}

.inline-message img.icon-w {
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: transparent url(../images/icon_warning_small.gif) no-repeat;
}



/*
  buttons
  button-based  */
button.button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
	height: 22px;
	vertical-align: top;
	overflow: visible;
	outline-style: none;
	margin: 0;
	padding: 0;
}

button.button .button-right {
	display: block;
	background: transparent url(../images/but_right.png) no-repeat right top;
	height: 22px;
	padding: 0 10px 0 0;
}

button.button .button-left {
	display: block;
	background: transparent url(../images/but_left.png) no-repeat left top;
	vertical-align: middle;
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #111d4d;
	font-weight: 700;
	font-size: 11px;
	height: 22px;
	line-height: 21px;
	margin: 0;
	padding: 0 5px 0 15px;
}

/* div-based  */
div.button {
	border: 0 none;
	cursor: pointer;
	white-space: nowrap;
	background: transparent url(../images/but_right.png) no-repeat right top;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}

div.button div,div.button a:link,div.button a:visited,div.button a:hover,div.button a:active
	{
	display: block;
	background: transparent url(../images/but_left.png) no-repeat left top;
	line-height: 21px;
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #111d4d;
	font-weight: 700;
	font-size: 11px;
	text-decoration: none;
	outline-style: none;
	padding: 0 5px 0 15px;
}

/* button-based link  */
button.simple-button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
	height: 15px;
	white-space: nowrap;
	color: #043fa0;
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	vertical-align: middle;
	outline-style: none;
	margin: 3px 0 0;
	padding: 0;
}

/* a-based link  */
a.simple-button:link,a.simple-button:visited,a.simple-button:hover,a.simple-button:active
	{
	font-size: 11px;
	white-space: nowrap;
	color: #043fa0;
	font-weight: 700;
	line-height: 21px;
	vertical-align: bottom;
	text-decoration: underline;
	outline-style: none;
	margin: 0;
	padding: 0;
}

/* input-image-based  */
input.image-button {
	border: 0 none;
	width: 20px;
	height: 20px;
	background: transparent url(../images/spacer.gif) no-repeat left top;
	vertical-align: middle;
	margin: 0 0 1px;
	padding: 0;
}

a.image-button:link img,a.image-button:visited img,a.image-button:hover img,a.image-button:active img
	{
	border: 0 none;
	width: 20px;
	height: 18px;
	background: transparent url(../images/go.gif) no-repeat center center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* Delete cart item button  */
a.simple-delete-button:link,a.simple-delete-button:visited,a.simple-delete-button:hover,a.simple-delete-button:active
	{
	color: #800;
	background: transparent url(../images/delete_cross.gif) no-repeat left 7px;
	padding-left: 13px;
}

/* menu button  */
button.menu-button {
	height: 22px;
}

button.menu-button .button-right {
	background: transparent url(../images/but_menu_right.png) no-repeat right
		top;
	padding-right: 7px;
	height: 20px;
}

button.menu-button .button-left {
	background: transparent url(../images/but_menu_left.png) no-repeat left top
		;
	color: #deedf7;
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	padding: 0 1px 0 8px;
}

div.menu-button {
	background: transparent url(../images/but_menu_right.png) no-repeat right
		top;
	padding-right: 7px;
}

div.menu-button div,div.menu-button a:link,div.menu-button a:visited,div.menu-button a:hover,div.menu-button a:active
	{
	background: transparent url(../images/but_menu_left.png) no-repeat left top
		;
	line-height: 20px;
	color: #deedf7 !important;
	font-size: 10px;
	padding: 0 1px 0 8px;
}



/*
  button(s) containers
 */
.button-row,.button-row-right {
	margin-top: 20px;
	height: 23px;
	line-height: 23px;
	padding: 0;
}

.buttons-row-right,.buttons-row {
	height: 23px;
	margin: 20px 0 0;
}

.buttons-row .button-separator {
	float: left;
	width: 20px;
	height: 15px;
}

.buttons-row-right .button-separator {
	float: right;
	width: 30px;
	height: 15px;
}

table tr td.buttons-row,table tr td.button-row,table tr td.buttons-row-right,table tr td.button-row-right
	{
	padding-top: 15px;
	margin: 0;
}

.button-up {
	position: relative;
	margin-top: -23px;
	width: 30%;
}

a.popup-link:link img,a.popup-link:visited img,a.popup-link:hover img,a.popup-link:active img
	{
	vertical-align: bottom;
	width: 20px;
	height: 18px;
	background: transparent url(../images/question_button.gif) no-repeat left
		top;
	margin-bottom: 1px;
}

/*
  Popup window
 */
.popup-modal-bg {
	background: transparent url(../images/grey.png) repeat left top;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.popup-window {
	position: absolute;
	background: #FFF none;
	overflow: hidden;
	z-index: 1100;
	margin: 0;
	padding: 0;
}

.popup-window .popup-bg-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0 none;
	background: #FFF none;
	z-index: 1150;
	margin: 0;
	padding: 0;
}

.popup-window .popup-title {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	height: 22px;
	background: transparent url(../images/popup_header_bg.gif) repeat-x left
		top;
	vertical-align: middle;
	z-index: 1200;
}

.popup-window .popup-title span {
	color: #fff;
	font-size: 10px;
	line-height: 22px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: 700;
	padding: 0 0 0 20px;
}

.popup-window .popup-title a:link,.popup-window .popup-title a:visited,.popup-window .popup-title a:hover,.popup-window .popup-title a:active
	{
	display: block;
	position: absolute;
	top: 3px;
	right: 5px;
	outline-style: none;
	text-decoration: none;
	width: 16px;
	height: 16px;
}

.popup-window .popup-title img {
	width: 16px;
	height: 16px;
	background: transparent url(../images/popup_header_cross.gif) no-repeat
		left top;
}

.popup-window .popup-content {
	position: absolute;
	top: 24px;
	left: 2px;
	right: 2px;
	bottom: 20px;
	overflow: auto;
	z-index: 1200;
	margin: 0;
	padding: 0;
}

.popup-window .popup-frame {
	margin: 0;
	padding: 5px;
}

.popup-window .popup-footer {
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	background: #f3f5f7 none;
	height: 18px;
	text-align: right;
	z-index: 1200;
}

.popup-window .popup-footer div {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	right: 0;
	background: transparent url(../images/popup_bottom_arrow.gif) no-repeat 9px
		9px;
	cursor: se-resize;
}

.popup-dnd-border {
	position: absolute;
	border: 1px dotted #000;
	background: transparent none;
	z-index: 1200;
}

.popup-window .popup-border {
	position: absolute;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.popup-window .popup-t-side {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	border: 0 none;
	border-top: 1px solid #215485;
	background: #5f94c0 none;
	height: 2px;
	cursor: n-resize;
	z-index: 1250;
}

.popup-window .popup-tr-corner {
	right: 0;
	top: 0;
	height: 2px;
	width: 2px;
	border-top: 1px solid #215485;
	border-right: 1px solid #215485;
	background: #5f94c0 none;
	cursor: ne-resize;
	z-index: 1260;
}

.popup-window .popup-r-side {
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	border-right: 1px solid #215485;
	background: #5f94c0 none;
	width: 2px;
	cursor: e-resize;
	z-index: 1250;
}

.popup-window .popup-br-corner {
	right: 0;
	bottom: 0;
	height: 2px;
	width: 2px;
	border-bottom: 1px solid #215485;
	border-right: 1px solid #215485;
	background: #5f94c0 none;
	cursor: se-resize;
	z-index: 1260;
}

.popup-window .popup-b-side {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #215485;
	background: #5f94c0 none;
	height: 2px;
	cursor: s-resize;
	z-index: 1250;
}

.popup-window .popup-bl-corner {
	left: 0;
	bottom: 0;
	height: 2px;
	width: 2px;
	border-bottom: 1px solid #215485;
	border-left: 1px solid #215485;
	background: #5f94c0 none;
	cursor: sw-resize;
	z-index: 1260;
}

.popup-window .popup-l-side {
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	border-left: 1px solid #215485;
	background: #5f94c0 none;
	width: 2px;
	cursor: w-resize;
	z-index: 1250;
}

.popup-window .popup-tl-corner {
	left: 0;
	top: 0;
	height: 2px;
	width: 2px;
	border-top: 1px solid #215485;
	border-left: 1px solid #215485;
	background: #5f94c0 none;
	cursor: nw-resize;
	z-index: 1260;
}

/*
  data table
 */
table.data-table td {
	line-height: 21px;
	vertical-align: top;
	padding: 4px 1px;
}

table.data-table td.data-name {
	vertical-align: top;
	color: #112536;
	padding-right: 5px;
}

table.data-table td.data-required {
	padding-right: 4px;
	text-align: center;
	width: 5px;
}

table.data-table .error-message {
	color: #800;
	vertical-align: middle;
}

table.data-table tr.head-row th {
	padding-left: 5px;
	padding-right: 5px;
}

table.data-table tr th.data-checkbox-column {
	width: 10px;
}

table.data-table tr td.data-name label {
	line-height: 21px;
	vertical-align: top;
}

/*
	search sort bar
 */
.search-sort-bar {
	vertical-align: middle;
	line-height: 16px;
	height: 16px;
	padding-right: 20px;
	white-space: nowrap;
	text-align: right;
	margin: 2px 0 2px;
}

.search-sort-bar img,.search-sort-bar-float img {
	width: 9px;
	height: 9px;
	margin-right: 5px;
}

.search-sort-bar a.up-direction:link,.search-sort-bar a.up-direction:visited,.search-sort-bar a.up-direction:hover,.search-sort-bar a.up-direction:active
	{
	font-weight: 700;
	padding-left: 14px;
	background: transparent url(../images/uarrow.gif) no-repeat left 3px;
}

.search-sort-bar a.down-direction:link,.search-sort-bar a.down-direction:visited,.search-sort-bar a.down-direction:hover,.search-sort-bar a.down-direction:active
	{
	font-weight: 700;
	padding-left: 14px;
	background: transparent url(../images/darrow.gif) no-repeat left 3px;
}

/*
	expandable section
 */
.expand-section {
	height: 16px;
	vertical-align: middle;
	line-height: 16px;
	margin: 20px 0;
}

.expand-section img {
	width: 11px;
	height: 11px;
	vertical-align: middle;
	margin: 2px 5px 3px 0;
}

.expand-section a:link,.expand-section a:visited,.expand-section a:hover,.expand-section a:active
	{
	font-weight: 700;
	text-decoration: underline;
}

/*
	pagination mechanism
 */
.nav-pages {
	white-space: nowrap;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.nav-pages img {
	vertical-align: bottom;
	width: 15px;
	height: 15px;
}

.nav-pages a:link,.nav-pages a:visited,.nav-pages a:hover,.nav-pages a:active
	{
	text-align: center;
	text-decoration: underline;
}

.nav-pages .left-arrow img {
	background: transparent url(../images/navigation_arrow_left.gif) no-repeat
		left top;
}

.nav-pages .right-arrow img {
	background: transparent url(../images/navigation_arrow_right.gif) no-repeat
		left top;
}

.nav-pages .current-page {
	text-align: center;
	font-weight: 700;
}

.nav-pages .right-delimiter {
	padding-right: 12px;
}


/*
  Table head cell
 */
.img-down-direction {
	width: 7px;
	height: 6px;
	vertical-align: middle;
	background: transparent url(../images/r_bottom.gif) no-repeat left top;
	margin-right: 3px;
}

.img-up-direction {
	width: 7px;
	height: 6px;
	vertical-align: middle;
	background: transparent url(../images/r_top.gif) no-repeat left top;
	margin-right: 3px;
}

/*
  NoScript warning
 */
div.noscript-warning {
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 0 20px;
}

div.noscript-warning div.content {
	background: transparent url(../images/icon_warning.gif) no-repeat left top;
	color: #b51a00;
	font-weight: 700;
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
	padding: 0 0 0 33px;
}

/*
    Webmaster mode
 */
.lbl {
	display: inline !important;
	color: #162d04 !important;
	font-weight: 700 !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.section {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/*
	product details page
 */
.product-details {
	position: relative;
}

.product-details .image {
	text-align: center;
	vertical-align: top;
	float: left;
	margin: 5px 20px 5px 10px;
	padding: 0;
}

.product-details .image .image-box {
	margin: 0 auto;
	padding: 0;
}

.product-details .details {
	padding-left: 30px;
}

.product-details .details .descr {
	margin: 0 60px 0 0;
	padding: 0;
}

.product-details .details .save {
	position: absolute;
	right: 3px;
	top: 0;
	width: 57px;
	height: 57px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: 700;
	background: transparent url(../images/save_money.gif) no-repeat;
	padding: 28px 0 0;
}

.product-details .product-subtitle {
	padding: 23px 0 10px;
}

.product-details .product-subtitle div {
	font-weight: 700;
	font-size: 12px;
	border: 0 none;
	border-bottom: 1px solid #9d1500;
}

.product-details .message {

}

.product-details .warning-message {
	color: red;
}

/* product properties table  */
table.product-properties {
	width: 100%;
	margin: 0;
}

table.product-properties .property-name {
	padding-right: 5px;
	white-space: nowrap;
	width: 30%;
}

table.product-properties .product-price {
	color: #010101;
	font-weight: 700;
	font-size: 12px;
	vertical-align: top;
}

table.product-properties .product-price-value {

	font-weight: 700;
	font-size: 12px;
	font-family: verdana;
	white-space: nowrap;
}

table.product-properties .product-market-price {
	color: #787878;
	padding-left: 5px;
	font-size: 12px;
	font-family: verdana;
	white-space: nowrap;
	font-weight: normal;
}

table.product-properties .separator td {
	height: 18px;
}

/* send 2 friend section  */
input.send2friend {
	width: 300px;
}

/*
  products list
  common styles  */
.products {
	margin-bottom: 15px;
	margin-top: 15px;
}

.products .image {
	text-align: center;
	vertical-align: top;
	display: inline-table;
}

.products a.see-details:link,.products a.see-details:visited,.products a.see-details:hover,.products a.see-details:active
	{
	display: block;
	text-align: center;
	text-decoration: underline;
}

.products a.product-title:link,.products a.product-title:visited,.products a.product-title:hover,.products a.product-title:active,.products .product-title,.product-details .product-title
	{
	color: #793a02;
	font-weight: 700;
	font-size: 12px;
	text-decoration: underline;
}

.products a.product-title:hover {
	color: #a87950;
}

.products .descr {
	margin: 0;
	padding: 15px 0 0;
	font-size: small;
}

.products .price-row {
	text-align: left;
	margin: 0;
	padding: 0;
}

.products .market-price-value {
	text-decoration: line-through;
	font-style: italic;
	font-sizemarket-price: 10px;
	font-size: 12px;
	color: #030;
}

.products .price {
	font-weight: 700;
	font-size: 12px;
}

.products .price-value {
	font-weight: 700;
	font-size: 12px;

}

.products .price-save {

	margin: 0;
	padding: 0;
}

.products .taxes {
	margin-top: 15px;
	padding: 2px 2px 2px 70px;
}

.products .buy-now {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.products .buy-now .quantity {
	height: 12px;
	white-space: nowrap;
	vertical-align: middle;
}

.products .buy-now .quantity-title {
	width: 75px;
	padding-right: 16px;
}

.products .buy-now .out-of-stock {
	white-space: nowrap;
	font-weight: 700;
}

.products .buy-now .prices {
	height: 15px;
	vertical-align: middle;
}

.products .product-price-text {
	color: #010101;
	font-weight: 700;
	font-size: 12px;
}

/* list as list  */
.products-list .item {
	position: relative;
	margin: 0 0 45px;
}

.products-list .image {
	text-align: center;
	float: left;
	position: relative;
	margin-right: auto;
	padding: 3px 20px 3px 10px;
}

.products-list .details {
	vertical-align: top;
	padding-left: 30px;
	border: 0 none;
}

.products-list .details hr {
	margin: 5px 5px 5px 0;
}

.products-list .buy-now .center,.products-list .buy-now .halign-center {
	margin-left: 0;
	text-align: left;
}

/* list as multicolumn table  */
.products-table .product-cell {
	background: #fff none;
	text-align: center;
	vertical-align: top;
	padding: 0;
}

.products-table .products-row td.product-cell {
	padding-top: 10px;
}

.products-table td.product-cell-price {
	padding-top: 0px;
}

.products-table td.product-cell-buynow {
	padding-top: 0px;
}

.products-table .image {
	margin: 0px 0;
	padding: 0;
}

.products-table .sku {
	margin-top: 10px;
	text-align: center;
}

.products-table .market-price {
	padding: 2px 0 0;
}

.products-table .buttons-row button,.products-table .button-row button {
	float: none;
	margin: 0;
}

.products-table .buy-now {
	margin-top: 5px;
}

.products-table .buy-now .quantity-title {
	width: auto;
	padding-right: 5px;
}

/*
  advanced search page
 */
.adv-search table td {
	white-space: nowrap;
	padding: 3px 5px 3px 0;
}

.adv-search table .data-name {
	width: 20%;
	vertical-align: top;
	color: #112536;
	font-weight: 700;
}

.adv-search table .pattern {
	padding-bottom: 0;
}

.adv-search table .pattern input,.adv-search table .pattern select {
	width: 95%;
	vertical-align: bottom;
}

.adv-search table .search-button {
	width: 25%;
	padding: 0;
}

/*
  register page
 */
.register-note {
	color: #000;
	margin-bottom: 15px;
}

.register-newbie-note {
	text-align: center;
	margin-top: 30px;
}

.register-bottom-note {
	margin-top: 30px;
	padding-bottom: 45px;
}

.register-ups-box {
	margin-top: 45px;
	margin-bottom: 15px;
}

.register-section-title {
	height: 30px;
	vertical-align: middle;
}

.register-section-title label {
	display: block;
	color: #2c3e49;
	font-size: 10px;
	font-weight: 700;
	width: 100%;
	line-height: normal;
	border-bottom: 1px solid #000;
}

table.register-table td.data-name {
	text-align: right;
	font-weight: 400;
	width: 30%;
}

table.register-table .register-exp-section {
	padding-top: 16px;
	padding-bottom: 16px;
}

table.register-table .register-exp-section label.register-sec-minimized
	{
	border-bottom: 0 none;
}

/*
  cart page
 */
.cart .item {
	margin: 0 0 30px;
}

.cart .item .image {
	position: relative;
	height: 100%;
	padding: 3px 8px 3px 3px;
}

.cart .details {
	margin-left: 138px;
	vertical-align: top;
	width: 80%;
}

.cart .buttons {
	position: relative;
	vertical-align: top;
	margin-top: 30px;
	height: 23px;
}

.cart .buttons .buttons-row {
	margin-top: 0;
}

.cart .left-buttons-row {
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}

.cart .right-buttons-row {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

.cart-total-line {
	width: 50%;
	margin-left: 50%;
}

div.shipping-method {
	color: #112536;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: right;
}

th.shipping-method {
	color: #112536;
	font-weight: 700;
	text-align: left;
}

.shipping-method table {
	text-align: right;
	margin: 0 0 0 auto;
}

.shipping-method table td {
	font-weight: 400;
	text-align: left;
}

.totals {
	text-align: right;
	width: 30%;
	margin: 0 0 0 auto;
}

.totals .total-name {
	white-space: nowrap;
	color: #112536;
	font-weight: 700;
	padding-right: 8px;
	text-align: left;
}

.totals .total-value {
	white-space: nowrap;

	font-weight: 700;
	text-align: right;
}

.totals .total-alt-value {
	white-space: nowrap;
	text-align: right;
}

.totals .total-line {
	height: 1px;
}

.totals .total-line img {
	background: #000 none;
	width: 100%;
	height: 1px;
}

.totals .total {
	white-space: nowrap;
	color: #112536;
	font-weight: 700;
	padding-right: 8px;
	text-transform: uppercase;
	text-align: left;
}

.totals .total-taxes {
	font-weight: 700;
	text-align: right;
}

.totals .total-tax-line {
	background-color: #eee;
}

.totals .total-tax-name {
	padding-right: 8px;
}

.cart hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cart-content tr td,.cart-content tr th {
	height: 23px;
	padding: 1px 3px;
}

.cmpi-vbv-icon {
	width: 49%;
	float: left;
	text-align: center;
}

.cmpi-vbv-icon img {
	width: 71px;
	height: 57px;
	background: transparent url(../images/vbv_logo.gif) no-repeat left top;
}

.cmpi-mcsc-icon {
	width: 49%;
	text-align: center;
}

.cmpi-mcsc-icon img {
	width: 74px;
	height: 40px;
	background: transparent url(../images/mcsc_logo.gif) no-repeat left top;
}

/*
  Checkout page
 */
.checkout-payments tr td {
	text-align: left;
	padding: 2px;
}

.checkout-update-button {
	float: left;
	margin: 0;
}

/*
  Payment wait page
 */
.payment-wait .payment-wait-title {
	border-top: 30px solid #d0ddeb;
}

.payment-wait h1 {
	display: block;
	border-top: 1px solid #d0ddeb;
	margin-top: 1px;
	color: #2c3e49;
	padding: 10px 0 0 30px;
}

.help-index li {
	margin: 0;
	padding: 10px 0 0;
}

.help-index li.first-item {
	padding-top: 0;
}

/*
  help / cvv2 page
 */
.help-cvv2-images {
	float: right;
	margin: 15px 5px 5px;
}

.help-cvv2-images img {
	float: none;
	display: block;
	margin-bottom: 15px;
}

/*
  help / usps test page
 */
.help-usps-test-dir {
	text-decoration: underline;
	margin-bottom: 15px;
}

/*
  Images viewer
 */
.images-viewer {
	text-align: center;
	margin: 10px 0;
}

.images-viewer-list {
	position: relative;
	white-space: nowrap;
}

.images-viewer-list .side-arrow,.images-viewer-list .side-arrow:link,.images-viewer-list .side-arrow:visited,.images-viewer-list .side-arrow:hover,.images-viewer-list .side-arrow:active
	{
	position: absolute;
	top: 0;
	display: block;
	width: 10px;
	height: 54px;
	text-decoration: none;
	outline-style: none;
}

.images-viewer-list .left-arrow:link,.images-viewer-list .left-arrow:visited,.images-viewer-list .left-arrow:hover,.images-viewer-list .left-arrow:active
	{
	text-align: left;
	left: 0;
}

.images-viewer-list .right-arrow:link,.images-viewer-list .right-arrow:visited,.images-viewer-list .right-arrow:hover,.images-viewer-list .right-arrow:active
	{
	padding-left: 3px;
	text-align: right;
	right: 0;
}

.images-viewer-list .side-arrow:link img,.images-viewer-list .side-arrow:visited img,.images-viewer-list .side-arrow:hover img,.images-viewer-list .side-arrow:active img
	{
	width: 7px;
	height: 100%;
}

.images-viewer-list .left-arrow .enabled,.images-viewer-list .left-arrow:link .enabled,.images-viewer-list .left-arrow:visited .enabled,.images-viewer-list .left-arrow:hover .enabled,.images-viewer-list .left-arrow:active .enabled
	{
	display: block;
	background: transparent url(../images/arrow_left.gif) no-repeat left center
		;
}

.images-viewer-list .left-arrow .disabled,.images-viewer-list .left-arrow:link .disabled,.images-viewer-list .left-arrow:visited .disabled,.images-viewer-list .left-arrow:hover .disabled,.images-viewer-list .left-arrow:active .disabled
	{
	display: block;
	background: transparent url(../images/arrow_left_disabled.gif) no-repeat
		left center;
}

.images-viewer-list .right-arrow .enabled,.images-viewer-list .right-arrow:link .enabled,.images-viewer-list .right-arrow:visited .enabled,.images-viewer-list .right-arrow:hover .enabled,.images-viewer-list .right-arrow:active .enabled
	{
	display: block;
	background: transparent url(../images/arrow_right.gif) no-repeat left
		center;
}

.images-viewer-list .right-arrow .disabled,.images-viewer-list .right-arrow:link .disabled,.images-viewer-list .right-arrow:visited .disabled,.images-viewer-list .right-arrow:hover .disabled,.images-viewer-list .right-arrow:active .disabled
	{
	display: block;
	background: transparent url(../images/arrow_right_disabled.gif) no-repeat
		left center;
}

.images-viewer-icons {
	text-align: left;
	overflow: hidden;
	margin: 0 10px;
	padding: 0;
}

.images-viewer-icons a:link,.images-viewer-icons a:visited,.images-viewer-icons a:hover,.images-viewer-icons a:active
	{
	display: block;
	border: 1px solid #fff;
	float: left;
	outline-style: none;
	background: #eee none;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;
}

.images-viewer-icons a:hover {
	border: 1px solid #ccc;
}

.images-viewer-icons img {
	vertical-align: middle;
	border: 0 none;
	margin: 1px;
}

.invoice-company-icon {
	vertical-align: top;
	padding-top: 30px;
}

.invoice-data-box {
	width: 100%;
	padding-left: 30px;
}

.invoice-data-box table tr td {
	vertical-align: top;
	padding: 2px;
}

.invoice-title {
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
}

.invoice-data-box table tr td.invoice-right-info {
	text-align: right;
	vertical-align: bottom;
}

hr.invoice-line {
	border-bottom: 2px solid #58595b;
	margin: 2px 0 17px;
}

.invoice-personal-info {
	width: 45%;
	margin-bottom: 15px;
}

.invoice-address-box {
	width: 100%;
	margin-bottom: 30px;
}

.invoice-address-title {
	width: 45%;
	height: 25px;
}

td.invoice-line {
	vertical-align: top;
	height: 4px;
	padding: 0;
}

td.invoice-line img {
	height: 2px;
	width: 100%;
	background: #58595b none;
}

.invoice-customer-notes {
	padding-top: 30px;
}

.invoice-customer-notes div {
	border: 1px solid #000;
	height: 50px;
	overflow: hidden;
}

.invoice-bottom-note {
	text-align: center;
	padding-top: 30px;
	font-size: 12px;
}

.invoice-products {
	width: 100%;
	background: #000 none;
}

.invoice-products tr th {
	background: #ccc none;
	white-space: nowrap;
	padding: 3px;
}

.invoice-products tr th.invoice-price-column {
	width: 100px;
	text-align: center;
}

.invoice-products tr td.invoice-product-column span {
	font-size: 11px;
}

.invoice-products tr td.invoice-product-column table tr td {
	vertical-align: top;
}

.invoice-products tr td.invoice-product-column div {
	padding-left: 10px;
	white-space: nowrap;
}

.invoice-totals tr .invoice-total-title {
	text-align: right;
	width: 100%;
	height: 20px;
}

.invoice-totals tr .invoice-total-name {
	text-align: right;
	width: 100%;
	height: 20px;
	padding-right: 3px;
}

.invoice-totals tr .invoice-total-value {
	text-align: right;
	height: 20px;
	padding-right: 5px;
	white-space: nowrap;
}

.invoice-totals tr .invoice-total-name-fin {
	text-align: right;
	width: 100%;
	height: 25px;
	padding-right: 3px;
	background: #ccc none;
}

.invoice-totals tr .invoice-total-value-fin {
	text-align: right;
	height: 25px;
	padding-right: 5px;
	background: #ccc none;
	white-space: nowrap;
}

.invoice-totals tr td.invoice-line {
	height: 2px;
}

.invoice-giftcerts tr th {
	background: #ccc none;
}

/*
  404 error page
 */
.error-page #header {
	height: 87px;
}

.error-page #header .logo {
	margin-left: 167px;
}

.error-page #content-container {
	margin-top: 87px;
}

.error-page #center-main {
	text-align: center;
	margin: 0 10px;
}

.error-page .subcontainer {
	text-align: left;
	width: 700px;
	position: relative;
	clear: both;
	margin: 32px auto 0;
}

.error-page .code-number {
	font: normal 74px arial, sans-serif;
	color: #d8d8d8;
	width: 186px;
	float: left;
	text-align: center;
}

.error-page .description {
	font-family: verdana;
	width: 514px;
	float: right;
}

.error-page .description h1 {
	font-weight: 400;
	color: #000;
}

.error-page .description ul {
	list-style-position: inside;
	margin: 0;
	padding: 5px 0;
}

.error-page .reason {
	font-weight: 700;
	color: #a10000;
}

.error-page .description hr {
	margin: 10px 0 15px;
}

.error-page ul.links {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

/*
  PayPal
 */
.paypal-cart-button {
	text-align: right;
	height: 79px;
}

.paypal-cart-button div {
	width: 200px;
	height: 79px;
	margin-left: auto;
	margin-right: 0;
	overflow: visible;
	text-align: right;
}

.paypal-cart-icon {
	float: left;
	padding-right: 10px;
}

/*
  customer reviews module
 */
.creviews-stars {
	padding: 15px 0 0 15px;
}

.creviews-stars img {
	width: 15px;
	height: 15px;
	margin: 0;
}

.creviews-stars img.star-4 {
	background: transparent url(../images/star_4.gif) no-repeat left top;
}

.creviews-stars img.star-3 {
	background: transparent url(../images/star_3.gif) no-repeat left top;
}

.creviews-stars img.star-2 {
	background: transparent url(../images/star_2.gif) no-repeat left top;
}

.creviews-stars img.star-1 {
	background: transparent url(../images/star_1.gif) no-repeat left top;
}

.creviews-stars img.star-0 {
	background: transparent url(../images/star_0.gif) no-repeat left top;
}

.creviews-voting {
	margin: 15px 0;
}

.creviews-voting td {
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	padding: 1px;
}

.creviews-voting select {
	margin: 0 10px 0 0;
}

ul.creviews-reviews-list {
	list-style: none;
	width: 100%;
	margin: 0 0 35px;
	padding: 0;
}

ul.creviews-reviews-list li {
	margin: 0;
	padding: 12px 0;
}

div.creviews-reviews-list {
	text-align: center;
	padding: 12px 0 25px;
}

.creviews-reviews-title {
	font-weight: 700;
	white-space: nowrap;
	font-size: 12px;
}

.dpimages-list .content img {
	padding: 0 0 10px;
}

/* product details line  */
div.dpimages-popup-link {
	margin-top: 3px;
	text-align: center;
	vertical-align: middle;
}

.dpimages-popup-link a:link,.dpimages-popup-link a:visited,.dpimages-popup-link a:hover,.dpimages-popup-link a:active
	{
	text-decoration: underline;
	background: transparent url(../images/zoom_image.gif) no-repeat left 1px;
	line-height: 13px;
	padding: 0 0 0 17px;
}

/* icons box  */
.dpimages-icons-box {
	padding-top: 15px;
	padding-bottom: 10px;
	width: 220px;
}

.dpimages-icons-box a:link,.dpimages-icons-box a:visited,.dpimages-icons-box a:hover,.dpimages-icons-box a:active
	{
	display: block;
	outline-style: none;
	border: 1px solid #fff;
	float: left;
	padding: 1px;
}

/* clear link  */
.dcoupons-clear img {
	background: transparent url(../images/delete_cross.gif) no-repeat;
	width: 11px;
	height: 11px;
	vertical-align: bottom;
}

/*
	fast lane checkout module
 */
.flc-sns-button {
	position: absolute;
	top: 0;
	left: 30px;
	height: 100%;
}

.flc-sns-button img {
	width: 9px;
	height: 9px;
}

.flc-top-login {
	position: absolute;
	top: 0;
	right: 10px;
	height: 20px;
	line-height: 21px;
	text-align: right;
	width: 50%;
	vertical-align: middle;
}

.flc-top-login-text {
	white-space: nowrap;
	padding: 0 10px 0 0;
}

.flc-container #header .line3 {
	height: 15px;
}

.flc-container #content-container {
	margin-top: 65px;
}

.flc-container #header {
	height: 50px;
}

.flc-container #center-main {
	width: 780px;
	text-align: left;
	margin: 0 auto;
}

/*  Checkout page : user profile  */
.flc-left-dialog {
	width: 49%;
	float: left;
	height: 260px;
}

.flc-right-dialog {
	margin-left: 50%;
	height: 260px;
}

.flc-ext-left-dialog,.flc-ext-right-dialog {
	height: 380px;
}

.flc-right-dialog .content {
	vertical-align: middle;
	text-align: center;
	line-height: 184px;
}

.flc-ext-right-dialog .content {
	line-height: 314px;
}

.flc-login-text {
	font-size: 12px;
	font-weight: 700;
	margin: auto 0;
}

/* Checkout page : shipping & payment methods  */
.flc-checkout-container {
	vertical-align: top;
	padding-bottom: 30px;
	width: 100%;
	clear: both;
}

.flc-checkout-container .flc-address {
	vertical-align: top;
	width: 30%;
	float: left;
	overflow: hidden;
}

.flc-checkout-container .flc-checkout-options {
	margin-left: 32%;
	vertical-align: top;
}

.flc-shippings label {
	position: relative;
	display: block;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	padding: 2px;
}

.flc-shippings label span {
	padding-left: 3px;
}

table.flc-tabs {
	width: 70%;
	text-align: right;
	margin-left: auto;
}

tr.flc-tab-cart-line td {
	vertical-align: top;
	text-align: center;
	height: 20px;
}

tr.flc-tab-cart-line img {
	width: 18px;
	height: 13px;
	text-align: center;
	background: transparent url(../images/cart_checkout.gif) no-repeat left top
		;
	margin: 0 4px 4px 0;
}

.flc-tab-marks-line td {
	height: 10px;
	vertical-align: top;
	padding: 0;
}

.flc-tab-marks-line div {
	width: 100%;
	height: 6px;
	position: relative;
}

.flc-tab-marks-line img {
	position: absolute;
	background: #a6b1c1 none;
}

.flc-tab-marks-line .flc-tab-line-img1 {
	top: 0;
	right: 50%;
	left: 0;
	width: 50%;
	height: 2px;
}

.flc-tab-marks-line .flc-tab-line-img2 {
	top: 0;
	right: 0;
	left: 50%;
	width: 50%;
	height: 2px;
}

.flc-tab-marks-line .flc-tab-line-img3 {
	top: 2px;
	right: 50%;
	width: 2px;
	height: 4px;
}

.flc-tab-marks-line .flc-tab-first .flc-tab-line-img1 {
	width: 2px;
	left: auto;
}

.flc-tab-marks-line .flc-tab-last .flc-tab-line-img2 {
	background: #FFF none;
}

.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1,.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2,.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3,.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3
	{
	background: #ff8600 none;
}

/* Opera fix  */
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,.flc-tab-marks-line .flc-tab-last .flc-tab-line-img1
	{
	width: 51%;
}

.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img2,.flc-tab-marks-line .flc-tab-last .flc-tab-line-img2
	{
	left: inherit;
}

.flc-tab-links td {
	font-weight: 700;
	text-align: center;
	padding: 0 10px;
}

.flc-checkout-box-info {
	padding: 0 0 30px 20px;
}

.flc-checkout-address-left {
	width: 48%;
	float: left;
	vertical-align: top;
	padding-bottom: 15px;
}

.flc-checkout-address-right {
	vertical-align: top;
	margin-left: 50%;
	padding-bottom: 15px;
}

/*
  gift certificate module
  gift certificate page  */
.giftcert-header {
	vertical-align: middle;
	padding-bottom: 15px;
}

.giftcert-header img {
	width: 84px;
	height: 69px;
	background: transparent url(../images/gift.gif) no-repeat left top;
	float: left;
	margin: 0 5px 15px 0;
}

.giftcert-table .giftcert-title {

	font-weight: 700;
	font-size: 12px;
	padding: 10px 0 0;
}

.giftcert-table .giftcert-h-separator {
	padding: 15px 0;
}

.giftcert-table .giftcert-h-separator hr {
	border-bottom: 1px solid #ccc;
}

/* cart page  */
.giftcert-item .image img {
	width: 84px;
	height: 69px;
	background: transparent url(../images/gift.gif) no-repeat left top;
}

.giftcert-item .giftcert-item-row .giftcert-item-subtitle {
	padding-right: 3px;
}

/*
  google checkout module
 */
.gcheckout-cart-buttons div {
	width: 200px;
	margin-left: auto;
	margin-right: 0;
	overflow: visible;
	text-align: right;
}

table.gcheckout-top-button {
	float: right;
	margin-bottom: 3px;
}

table.gcheckout-top-button tr td.gcheckout-or-use {
	padding-left: 20px;
	padding-right: 20px;
}

/*
  image verification module
 */
div.iv-box {
	margin-top: 15px;
	font-size: 11px;
	line-height: normal;
}

table.data-table tr td.iv-box {
	font-size: 11px;
	line-height: normal;
	vertical-align: middle;
}

table.data-table tr td.iv-box-descr {
	padding-top: 15px;
	font-size: 11px;
	line-height: normal;
}

.iv-description {
	margin: 0;
	padding: 0;
}

.iv-row {
	text-align: left;
	height: 60px;
}

.iv-row .iv-img {
	text-align: left;
	margin-right: 10px;
	float: left;
}

.iv-row .iv-input {
	text-align: left;
	height: 60px;
	line-height: 60px;
}

.iv-error {
	padding-left: 5px;
	color: #800;
}

.iv-box a:link,.iv-box a:visited,.iv-box a:hover,.iv-box a:active {
	font-size: 11px;
	text-decoration: underline;
}



/* News list  */
label.news-item {
	display: block;
	font-weight: 700;
}

.news-item-descr {
	font-style: italic;
	padding-left: 20px;
	padding-bottom: 15px;
}

/*
  'Note' box
 */
div.note-box {
	position: absolute;
	border: 1px solid #000;
	background-color: #f6f5eb;
	width: 150px;
	line-height: 15px;
	white-space: normal;
	overflow: hidden;
	margin: 0 0 0 30px;
	padding: 3px;
}

/*
  recommended products module
 */
ul.rproducts {
	list-style: disc outside none;
	margin: 15px 0 0 15px;
	padding: 0;
}

ul.rproducts li {
	font-size: 7px;
	margin: 0;
	padding: 0;
}

ul.rproducts a:link,ul.rproducts a:visited,ul.rproducts a:hover,ul.rproducts a:active
	{
	font-weight: 700;
	font-size: 11px;
}

/*
  sns module
 */
.sns-button img {
	cursor: pointer;
}

.sns-button .text {
	height: 15px;
	text-align: center;
}

.sns-button .text a:link,.sns-button .text a:visited,.sns-button .text a:hover,.sns-button .text a:active
	{
	font-family: arial;
	text-decoration: none;
	color: #500;
	font-weight: 700;
}

/*
  Stop list module
 */
img.slist-no-ip {
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: transparent url(../images/no_ip.gif) left top;
}

/*
  subscriptions module
 */
.subscriptions-product-price {
	color: #010101;
	font-weight: 700;
	font-size: 12px;
	padding-right: 5px;
}

.uproducts td {
	color: #043fa0;
	font-weight: 700;
	padding: 5px;
}

.uproducts td.item-number {
	width: 1%;
}

/*
  ups online tools module
 */
.ups-logo {
	width: 84px;
	height: 96px;
	margin: 0 5px 15px;
}

.ups-logo-cell {
	text-align: center;
	margin: 25px 20px 5px;
}

.ups-notice {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
}

.ups-error-name {
	width: 20%;
}

/*
  users online module
  users statistics box  */
.uo-box {
	width: 100%;
	border-top: 1px solid #acb7c7;
	background-color: #e8edf4;
	padding: 10px 0 10px 13px;
}

#wl-prices table td {
	background: #eee none;
	white-space: nowrap;
	padding: 2px 10px;
}

#wl-prices table th {
	white-space: nowrap;
	background: #ccc none;
	font-weight: 700;
	text-align: center;
	padding: 2px 10px;
}

#wl-prices div strong {
	color: #112536;
}


/*==============================================================================

  alternative layouts

==============================================================================
  printable
 */
.printable #content-container {
	position: static;
	margin: 0;
	padding: 0;
}

.printable #content-container2 {
	float: none;
	position: static;
	left: 0;
	right: 0;
	width: 100%;
}

.printable #center {
	float: none;
	position: static;
	width: 100%;
	left: 0;
}

.printable #header {
	position: static;
	height: 82px;
}

.printable #header .line3 {
	border-top: 1px solid #acb7c7;
	height: 15px;
}

.printable #center-main {
	position: static;
	margin: 0 10px;
}

.printable #footer {
	position: static;
}

/* buttons  */
.printable button.button,.printable div.button {
	border: 1px solid #acb7c7;
}

.printable .button,.printable .button * {
	background: transparent none !important;
}

/*
  users online sublayout
 */
.uo-container #content-container {
	padding-bottom: 74px;
}

.uo-container #footer {
	height: 74px;
}

.admin-preview #content-container {
	margin: 0;
	padding: 0;
}

a:link,a:visited,a:active {
	color: #043fa0;
	text-decoration: underline;
}

a:hover,a.list-item:hover,.list-item a:hover {
	color: #2863c2;
	text-decoration: underline;
}

form,table.data-table div.error-message,.products-table .buttons-row,.products-table .button-row,.uproducts table,.title h2
	{
	margin: 0;
}

em,.news-register-item span {
	font-style: italic;
}

strong,.cart .poptions-title,.checkout-payments tr td.checkout-payment-name label,.bestsellers-products-item a.product-title:link,.bestsellers-products-item a.product-title:visited,.bestsellers-products-item a.product-title:hover,.bestsellers-products-item a.product-title:active,.flc-payments tr td.flc-payment-name label,.giftcert-table .giftcert-delivery-method
	{
	font-weight: 700;
}

.center,table tr.center-row th,h1.page-title,.products-table .price-row,.cart-content .cart-column-tax,.invoice-products tr td.invoice-price-column,.invoice-products tr td.invoice-tax-column,.invoice-products tr td.invoice-quantity-column,.invoice-giftcerts tr td.invoice-giftcert-id,.dpimages-list .content,.flc-container #center,.iv-img,.iv-input
	{
	text-align: center;
}

.text-block,.category-description,#adv_search_box,.cart .poptions-list,.cart-content
	{
	margin-bottom: 15px;
}

.text-pre-block,.products .sku,#wl-prices,.wishlist-sendlist {
	margin-top: 15px;
}

.nowrap,.currency,table.product-properties .property-value,.adv-search table .data-input,.invoice-personal-info tr td strong,.invoice-address-box table tr td strong,.invoice-products tr td.invoice-product-column p
	{
	white-space: nowrap;
}

table.width-100,table.data-table tr .data-width-100,.cart-content .cart-column-product,.checkout-payments tr td.checkout-payment-paypal,.invoice-data-box table,.invoice-address-box table,.invoice-totals,.invoice-giftcerts,.flc-payments tr td.flc-payment-paypal
	{
	width: 100%;
}

label.input-block input,label.input-block select,.products .buy-now .quantity select,.flc-shippings label input,table.data-table tr#preview_template td
	{
	vertical-align: middle;
}


a.small-link:link,a.small-link:visited,a.small-link:active,.small-note,a.small-link:link
	{
	color: #3c6992;
	text-decoration: none;
	font-size: 9px;
	font-family: arial, verdana, helvetica, sans-serif;
}

.error-message,.product-details .customer-message,.cart-content .cart-content-text
	{

	font-weight: 700;
}

.form-text,.dcoupons-add-coupon {
	color: #112536;
	font-weight: 700;
}

a.list-item:link,.list-item a:link,a.list-item:visited,.list-item a:visited,a.list-item:active,.list-item a:active
	{
	color: #043fa0;
	text-decoration: none;
}

table tr.subhead-row td,table tr.subhead-row th,.shipping-method tr.selected,.flc-shippings label.flc-hl-shipping
	{
	background: #eee none;
}


#footer .subbox a:link,#footer .subbox a:visited,#footer .subbox a:active
	{
	color: #060;
	text-decoration: underline;
	padding-left: 10px;
}

a.bread-crumb:link,a.bread-crumb:visited,a.bread-crumb:active {
	font-size: 11px;
	color: #818891;
	text-decoration: underline;
}

font.last-bread-crumb,a.image-button:link,a.image-button:visited,a.image-button:hover,a.image-button:active,a.popup-link:link,a.popup-link:visited,a.popup-link:hover,a.popup-link:active
	{
	text-decoration: none;
}



button.simple-button img,.images-viewer-list .hidden,.error-page #header .line1 .tabs,.error-page #header .line1 .phones,.error-page #header .line2 .search,.error-page #header .line2 .languages,.error-page #header .line3,.error-page #left-bar,.error-page #right-bar,.error-page #location,.printable .dpimages-popup-link,.error-page .gcheckout-top-button,.printable .rproducts-dialog,.printable #header .tabs,.printable #header .line2,.printable #header .printable,.printable .no-print,.admin-preview #header,.admin-preview #footer,.admin-preview #left-bar,.admin-preview #right-bar,.admin-preview #location,.admin-preview .offers-short-list,.admin-preview .creviews-dialog,.admin-preview .send2friend-dialog
	{
	display: none;
}

button.main-button .button-right,div.main-button {
	background-color: #77a22e;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}

button.main-button .button-left,div.main-button div,div.main-button a:link,div.main-button a:visited,div.main-button a:hover,div.main-button a:active
	{
	color: #ffffff;
	background-color: 77a22e;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}

button.simple-main-button,a.simple-main-button:link,a.simple-main-button:visited,a.simple-main-button:hover,a.simple-main-button:active,table.data-table .data-required,.data-required
	{
	color: #800;
}

.buttons-row .button,.buttons-row button.simple-button,.buttons-row a.simple-button,div.minicart a,.giftcert-table .buttons-row #preview_button
	{
	float: left;
}

.buttons-row-right .button,.buttons-row-right button.simple-button,.buttons-row-right a.simple-button,.button-row-right .button,.button-row-right button.simple-button,.button-row-right a.simple-button,.buttons-row-right-box,.cart .right-buttons-row .checkout-button
	{
	float: right;
}

.buttons-auto-separator .button,.buttons-auto-separator button.simple-button,.buttons-auto-separator a.simple-button,#preview_template td select
	{
	margin-right: 20px;
}

table.data-table tr .data-right-column,.cart-total-row,.cart-content .cart-column-price,.cart-content .cart-column-total,div.flc-tabs,.giftcert-table .data-name
	{
	text-align: right;
}

.search-sort-title,.search-sort-cell,.creviews-stars strong {
	padding-right: 20px;
}


.current-category-icon img,.admin-preview #center-main {
	margin: 5px;
}

ul.subcategories a:link,ul.subcategories a:visited,ul.subcategories a:hover,ul.subcategories a:active,.flc-tab-links a:link,.flc-tab-links a:visited,.flc-tab-links a:hover,.flc-tab-links a:active
	{
	text-decoration: underline;
	font-weight: 700;
}

table.product-properties tr td,.invoice-personal-info tr td,.invoice-address-box table tr td,.invoice-totals tr td,.invoice-giftcerts tr td,.dpimages-list .content img.last,table.flc-tabs tr td,table.gcheckout-top-button tr td
	{
	padding: 0;
}

table.product-properties .product-input,.products .buy-now .quantity-empty
	{
	height: 25px;
}

table.product-properties .product-min-amount,table.product-properties .product-one-quantity
	{
	padding-left: 5px;
	font-size: 14px;
	font-family: 'times new roman', verdana, arial, helvetica, sans-serif;
}

.products .product-details-title,.subscriptions-product-price-value {

	font-weight: 700;
	font-size: 12px;
}

.cart .descr,.flc-payment-options,.giftcert-item .product-title,#exception_msg,.poptions-exceptions-list
	{
	padding-bottom: 15px;
}

.shipping-method select,.normal {
	font-weight: 400;
}

.totals td,.invoice-products tr td {
	padding: 3px;
}

.totals .total-tax-line td,.invoice-products tr td.invoice-price-column
	{
	text-align: right;
	white-space: nowrap;
}

.cart-content .cart-column-quantity,.cart-content input.cart-quantity {
	width: 30px;
}

.checkout-payments tr td.checkout-payment-name,.flc-payments tr td.flc-payment-name
	{
	width: 20%;
	white-space: nowrap;
}

.checkout-payments tr td.checkout-payment-descr,.flc-payments tr td.flc-payment-descr
	{
	width: 80%;
}

.checkout-payments tr td.checkout-payment-paypal img,.flc-payments tr td.flc-payment-paypal img
	{
	border: 0 none;
}

.images-viewer-icons a.selected:link,.images-viewer-icons a.selected:visited,.images-viewer-icons a.selected:hover,.images-viewer-icons a.selected:active,.dpimages-icons-box a:hover
	{
	border: 1px solid #215485;
}

.order-invoice,.invoice-products tr td,.invoice-products tr th {
	background: #fff none;
}

.invoice-customer-notes p,p.invoice-products-title {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.invoice-products tr th.invoice-sku-column,.invoice-products tr th.invoice-quantity-column,.invoice-products tr th.invoice-total-column,.invoice-giftcerts tr th.invoice-giftcert-id
	{
	width: 60px;
}

.invoice-products tr th.invoice-tax-column,.iv-input input {
	width: 100px;
}

.invoice-products tr td.invoice-total-column,.invoice-giftcerts tr .invoice-giftcert-cost
	{
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
}

.error-page #header .line2,.flc-container #header .line2 {
	height: 20px;
}

.paypal-cart-button p,.gcheckout-cart-buttons p {
	width: 100%;
	text-align: right;
	margin: 10px 0;
}

.creviews-reviews-add table td,.flc-payments tr td,table.flc-checkout-address tr td
	{
	padding: 2px;
}

#header .flc-top-login .simple-button,.news-register-item {
	margin-bottom: 5px;
}

.flc-checkout-products,.giftcert-table .giftcert-subtitle {
	padding-bottom: 30px;
}

.poptions-options-list,table.ups-error tr td {
	padding: 1px;
}

.printable #footer .subbox,.printable .dialog .title {
	background: transparent none;
}






