
.shop {
}
.shop .cart {
}
.shop .cart .topbar {
	position:relative;
}
.shop .cart .topbar .headline {
	line-height:32px;
	padding-left:38px;
	background:url(GRAPHICS/SYSTEM/icon_shoppingcart.png) no-repeat 15px 8px;
}
.shop .cart .topbar .headline h2 {
	display:block;
	color:#FFF;
	margin:0;
}
.shop .cart .item {
	width:auto;
	position:relative;
	margin-bottom:20px;
	padding:8px 15px 40px 15px;
	background:url(GRAPHICS/SYSTEM/bg_shopcart.png) no-repeat center bottom #EBEBEB;
}
.shop .cart .item .headline {
}
.shop .cart .item .headline h2 {
	color:#033467;
	font-size:13px;
}
.shop .cart .item .headline h2 a {
	text-decoration:none;
}
.shop .cart .item .body {
	margin-top:5px;
	font-size:1em;
}
.shop .cart .item .remarks {
	width:100px;
	position:absolute;
	left:15px;
	bottom:15px;
	font-size:.9em;
}
.shop .cart .item .link {
	margin-top:8px;
}
.shop .cart .item .wraplink {
	padding-top:40px;
}
.shop .cart .item .wraplink .link {
	margin-top:8px;
	margin-left:105px;
	position:absolute;
	bottom:15px;
	right:15px;
	background:#980065;
	font-weight:bold;
	padding:5px 10px 6px 10px;
}
.shop .cart .item .link a {
	color:#FFF;
	text-decoration:none;
}

.splash_online_big {
	background:url(/SYSTEM/splash_online_big.png) no-repeat left top;
	width:90px;
	height:90px;
	position:absolute;
	left:15px;
	top:15px;
	z-index:999;
}
.splash_online_small {
	background:url(/SYSTEM/splash_online_small.png) no-repeat left top;
	width:53px;
	height:53px;
	position:absolute;
	left:10px;
	top:10px;
	z-index:999;
}
.splash_offer_big {
	background:url(/SYSTEM/splash_offer_big.png) no-repeat left top;
	width:90px;
	height:90px;
	position:absolute;
	left:15px;
	top:15px;
	z-index:999;
}
.splash_offer_small {
	background:url(/SYSTEM/splash_offer_small.png) no-repeat left top;
	width:53px;
	height:53px;
	position:absolute;
	left:10px;
	top:10px;
	z-index:999;
}
.splash_news_big {
	background:url(/SYSTEM/splash_news_big.png) no-repeat left top;
	width:90px;
	height:90px;
	position:absolute;
	left:15px;
	top:15px;
	z-index:999;
}
.splash_news_small {
	background:url(/SYSTEM/splash_news_small.png) no-repeat left top;
	width:53px;
	height:53px;
	position:absolute;
	left:10px;
	top:10px;
	z-index:999;
}

.wrapHistory {
	height:453px;
	background:url(/SYSTEM/bg_history.png) repeat-x top;
}
#history {
	width:960px;
	margin:0 auto;
	position:relative;
}
#history .leftArrow {position:absolute; z-index:200; left:0; top:205px;}
#history .rightArrow {position:absolute; z-index:200; right:0; top:205px;}
#history .splash_news_small {
	left:15px;
	top:15px;
}
#history .splash_offer_small {
	left:15px;
	top:15px;
}
#history .splash_online_small {
	left:15px;
	top:15px;
}
#history .header {
	font-size:2em;
	font-weight:bold;
	text-transform:uppercase;
	width:960px;
	border-bottom:1px solid #CCC;
	padding:15px 0 15px 0;
}
#history .nosplit {
	width:320px;
	float:left;
}
#history .split {
	background:url(/SYSTEM/split_history.png) left top no-repeat;
	width:320px;
	float:left;
}
#history .item {
	position:relative;
	width:300px;
	display:block;
	float:left;
}
#history .item .image {
	width:280px;
	height:200px;
	padding:20px;
	text-align:center;
	vertical-align:middle;
}
#history .item .image img {
	width:280px;
}
#history .item .wraptext {
	padding-left:15px;
}
#history .item .brand {
	font-size:1.6em;
	line-height:115%;
	font-weight:bold;
	text-transform:uppercase;
}
#history .item .model {
	font-size:1.6em;
	line-height:115%;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}
#history .item .category {
	font-size:1.4em;
	line-height:115%;
	font-weight:bold;
	color:#666;
	margin-bottom:8px;
}
#history .item .rating {
	background:url(/SYSTEM/rating_small.png) no-repeat 0 0;
	width:120px;
	height:18px;
	margin-bottom:8px;
	color:#666;
	text-align:right;
	font-size:1.2em;
	padding-top:2px;
	letter-spacing:1px;
}
#history .item .rate1 {
	background-position:0 -30px;
}
#history .item .rate2 {
	background-position:0 -60px;
}
#history .item .rate3 {
	background-position:0 -90px;
}
#history .item .rate4 {
	background-position:0 -120px;
}
#history .item .rate5 {
	background-position:0 -150px;
}
#history .item .price {
	clear:left;
	font-size:1.2em;
	line-height:115%;
	color:#666;
}
#history .item .price .label {
	float:left;
	margin-right:4px;
}
#history .item .price .number {
	float:left;
	margin-right:4px;
}
#history .item .price .before .number {
	text-decoration:line-through;
}
#history .item .price .now {
	font-size:1.3em;
	font-weight:bold;
	line-height:115%;
}
#history .item .price .now .label {
	color:#333;
}
#history .item .price .now .number {
	color:#0C0;
}
#history .item .basket {
	height:25px;
	position:absolute;
	right:30px;
	bottom:0;
}
#history .item .basket .left {
	font-size:1.2em;
	font-weight:bold;
	line-height:24px;
	background:url(/SYSTEM/bg_basket1.png) no-repeat left top;
	height:25px;
	padding-left:10px;
	color:#FFF;
	float:left;
}
#history .item .basket .right {
	background:url(/SYSTEM/bg_basket2.png) no-repeat right top;
	width:41px;
	height:25px;
	float:left;
}

.product-grid-1 {
	background:url(/SYSTEM/product-grid-1.png) repeat-y;
	display:table;
	width:976px;
}

.product .horizontal-01 .item {
	position:relative;
	width:640px;
	display:block;
	float:left;
}
.product .horizontal-01 .item .image {
	width:280px;
	height:200px;
	padding:20px;
	text-align:center;
	vertical-align:middle;
	float:left;
}
.product .horizontal-01 .item .image img {
	width:280px;
}
.product .horizontal-01 .item .wraptext {
	float:left;
	width:300px;
}
.product .horizontal-01 .item .brand {
	font-size:1.6em;
	line-height:115%;
	font-weight:bold;
	text-transform:uppercase;
}
.product .horizontal-01 .item .model {
	font-size:1.6em;
	line-height:115%;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}
.product .horizontal-01 .item .category {
	font-size:1.4em;
	line-height:115%;
	font-weight:bold;
	color:#666;
	margin-bottom:8px;
}
.product .horizontal-01 .item .teaser {
	margin-bottom:8px;
	line-height:1.3em;
	height:5.2em;
	overflow:hidden;
}
.product /*.horizontal-01*/ .item .rating {
	background:url(/SYSTEM/rating_small.png) no-repeat 0 0;
	width:120px;
	height:18px;
	margin-bottom:8px;
	color:#666;
	text-align:right;
	font-size:1.2em;
	padding-top:2px;
	letter-spacing:1px;
}
 .product /*.horizontal-01*/ .item .rate1 {
 background-position:0 -30px;
}
.product /*.horizontal-01*/ .item .rate2 {
	background-position:0 -60px;
}
.product /*.horizontal-01*/ .item .rate3 {
	background-position:0 -90px;
}
.product /*.horizontal-01*/ .item .rate4 {
	background-position:0 -120px;
}
.product /*.horizontal-01*/ .item .rate5 {
	background-position:0 -150px;
}
.product .horizontal-01 .item .price {
	clear:left;
	font-size:1.2em;
	line-height:115%;
	color:#666;
}
.product .horizontal-01 .item .price .label {
	float:left;
	margin-right:4px;
}
.product .horizontal-01 .item .price .number {
	float:left;
	margin-right:4px;
}
.product .horizontal-01 .item .price .before {
	position:absolute;
	bottom:56px;
}
.product .horizontal-01 .item .price .before .number {
	text-decoration:line-through;
}
.product .horizontal-01 .item .price .save {
	position:absolute;
	bottom:41px;
}
.product .horizontal-01 .item .price .now {
	font-size:1.3em;
	font-weight:bold;
	line-height:115%;
	position:absolute;
	bottom:20px;
}
.product .horizontal-01 .item .price .now .label {
	color:#333;
}
.product .horizontal-01 .item .price .now .number {
	color:#0C0;
}
.product .horizontal-01 .item .basket {
	height:25px;
	position:absolute;
	right:30px;
	bottom:20px;
}
.product .horizontal-01 .item .basket .left {
	font-size:1.2em;
	font-weight:bold;
	line-height:24px;
	background:url(/SYSTEM/bg_basket1.png) no-repeat left top;
	height:25px;
	padding-left:10px;
	color:#FFF;
	float:left;
}
.product .horizontal-01 .item .basket .right {
	background:url(/SYSTEM/bg_basket2.png) no-repeat right top;
	width:41px;
	height:25px;
	float:left;
}
.product .horizontal-01 .splash_online_big {
	left:0;
	top:0;
}
.product .horizontal-01 .splash_offer_big {
	left:0;
	top:0;
}
.product .horizontal-01 .splash_news_big {
	left:0;
	top:0;
}
.productlist-01 .columnLeft {
	width:976px;
}
.product .horizontal-01 .list-01 .item {
	position:relative;
	width:320px;
	display:block;
	float:left;
}

.product .horizontal-02 {
	width:320px;
	height:100px;
	float:left;
	display:block;
	padding-bottom:12px;
	margin-bottom:12px;
	background:url(/SYSTEM/split_horizontal_column.png) center bottom no-repeat;
}
.product .horizontal-02 .item {
	position:relative;
	display:block;
}
.product .horizontal-02 .item .image {
	width:140px;
	height:90px;
	padding:0 10px;
	text-align:center;
	vertical-align:middle;
	float:left;
}
.product .horizontal-02 .item .image img {
	width:140px;
}
.product .horizontal-02 .item .wraptext {
	display:table;
	padding-left:10px;
	float:left;
	position:relative;
	width:150px;
	height:80px;
}
.product .horizontal-02 .item .brand {
	font-size:1.1em;
	line-height:115%;
	font-weight:bold;
	text-transform:uppercase;
}
.product .horizontal-02 .item .model {
	font-size:1.1em;
	line-height:115%;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}
.product .horizontal-02 .item .category {
	font-size:1.0em;
	line-height:115%;
	font-weight:bold;
	color:#666;
	margin-bottom:8px;
}
.product .horizontal-02 .item .rating {
	background:url(/SYSTEM/rating_small.png) no-repeat 0 0;
	width:110px;
	height:18px;
	margin-bottom:8px;
	padding-top:2px;
	text-align:right;
	color:#666;
	font-size:1.1em;
	letter-spacing:1px;
}
.product .horizontal-02 .item .rate1 {
	background-position:0 -30px;
}
.product .horizontal-02 .item .rate2 {
	background-position:0 -60px;
}
.product .horizontal-02 .item .rate3 {
	background-position:0 -90px;
}
.product .horizontal-02 .item .rate4 {
	background-position:0 -120px;
}
.product .horizontal-02 .item .rate5 {
	background-position:0 -150px;
}
.product .horizontal-02 .splash_online_small {
	left:0;
	top:0;
}
.product .horizontal-02 .splash_offer_small {
	left:0;
	top:0;
}
.product .horizontal-02 .splash_news_small {
	left:0;
	top:0;
}
.product .horizontal-02 .item .price {
	clear:left;
	font-size:1.0em;
	line-height:115%;
	color:#666;
}
.product .horizontal-02 .item .price .label {
	float:left;
	margin-right:4px;
}
.product .horizontal-02 .item .price .number {
	float:left;
	margin-right:4px;
}
.product .horizontal-02 .item .price .before .number {
	text-decoration:line-through;
}
.product .horizontal-02 .item .price .now {
	font-size:1.0em;
	font-weight:bold;
	line-height:115%;
	position:absolute;
	bottom:0;
}
.product .horizontal-02 .item .price .now .label {
	color:#333;
}
.product .horizontal-02 .item .price .now .number {
	color:#0C0;
}
.product .horizontal-02 .item .basket {
	height:25px;
	position:absolute;
	right:10px;
	bottom:0;
}
.product .horizontal-02 .item .basket .left {
	display:none;
}
.product .horizontal-02 .item .basket .right {
	background:url(/SYSTEM/basket.png) no-repeat right top;
	width:28px;
	height:25px;
	float:left;
}

.product .horizontal-03 {
	width:320px;
	height:320px;
	float:left;
	display:block;
	position:relative;
}
.product .horizontal-03 .rating {
	position:absolute;
	right:20px;
	top:234px;
}
.product .horizontal-03 .item {
	position:relative;
	display:table;
	margin:15px 0 0 15px;
}
.product .horizontal-03 .item .image {
	width:280px;
	height:200px;
	padding:0 10px;
	text-align:center;
	vertical-align:middle;
	float:left;
	margin-top:1px;
}
.product .horizontal-03 .item .image img {
	width:280px;
}
.product .horizontal-03 .item .wraptext {
	display:table;
	padding-left:10px;
	float:left;
	position:relative;
	width:280px;
	height:80px;
}
.product .horizontal-03 .item .brand {
	font-size:1.1em;
	line-height:115%;
	font-weight:bold;
	text-transform:uppercase;
	clear:left;
	margin-right:4px;
}
.product .horizontal-03 .item .model {
	font-size:1.1em;
	line-height:115%;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}
.product .horizontal-03 .item .category {
	font-size:1.0em;
	line-height:115%;
	font-weight:bold;
	color:#666;
	margin-bottom:8px;
}
.product .horizontal-03 .item .rating {
	background:url(/SYSTEM/rating_small.png) no-repeat 0 0;
	width:110px;
	height:18px;
	margin-bottom:8px;
	padding-top:2px;
	text-align:right;
	color:#666;
	font-size:1.1em;
	letter-spacing:1px;
}
.product .horizontal-03 .item .rate1 {
	background-position:0 -30px;
}
.product .horizontal-03 .item .rate2 {
	background-position:0 -60px;
}
.product .horizontal-03 .item .rate3 {
	background-position:0 -90px;
}
.product .horizontal-03 .item .rate4 {
	background-position:0 -120px;
}
.product .horizontal-03 .item .rate5 {
	background-position:0 -150px;
}
.product .horizontal-03 .splash_online_small {
	left:0;
	top:0;
}
.product .horizontal-03 .splash_offer_small {
	left:0;
	top:0;
}
.product .horizontal-03 .splash_news_small {
	left:0;
	top:0;
}
.product .horizontal-03 .item .price {
	clear:left;
	font-size:1.0em;
	line-height:115%;
	color:#666;
}
.product .horizontal-03 .item .price .label {
	float:left;
	margin-right:4px;
}
.product .horizontal-03 .item .price .number {
	float:left;
	margin-right:4px;
}
.product .horizontal-03 .item .price .before .number {
	text-decoration:line-through;
}
.product .horizontal-03 .item .price .now {
	font-size:1.0em;
	font-weight:bold;
	line-height:115%;
	position:absolute;
	bottom:0;
}
.product .horizontal-03 .item .price .now .label {
	color:#333;
}
.product .horizontal-03 .item .price .now .number {
	color:#0C0;
}
.product .horizontal-03 .basket {
	height:25px;
	position:absolute;
	right:20px;
	top:260px;
}
.product .horizontal-03 .item .basket .left {
	font-size:1.2em;
	font-weight:bold;
	line-height:24px;
	background:url(/SYSTEM/bg_basket1.png) no-repeat left top;
	height:25px;
	padding-left:10px;
	color:#FFF;
	float:left;
}
.product .horizontal-03 .item .basket .right {
	background:url(/SYSTEM/bg_basket2.png) no-repeat right top;
	width:41px;
	height:25px;
	float:left;
}

.product .list .vertical-01 {
	width:158px;
	height:265px;
	float:left;
}
.product .list .vertical-01 .nosplit {
	width:160px;
	float:left;
}
.product .list .vertical-01 .split {
	background:url(/SYSTEM/split_history.png) left top no-repeat;
	width:160px;
	float:left;
}
.product .list .vertical-01 .item {
	position:relative;
	display:block;
}
.product .list .vertical-01 .item .image {
	width:140px;
	height:100px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
.product .list .vertical-01 .item .image img {
	width:140px;
}
.product .list .vertical-01 .nosplit .item .wraptext {
	display:table;
}
.product .list .vertical-01 .split .item .wraptext {
	display:table;
	padding-left:10px;
}
.product .list .vertical-01 .item .brand {
	font-size:1.1em;
	line-height:115%;
	font-weight:bold;
	text-transform:uppercase;
}
.product .list .vertical-01 .item .model {
	font-size:1.1em;
	line-height:115%;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}
.product .list .vertical-01 .item .category {
	font-size:1.0em;
	line-height:115%;
	font-weight:bold;
	color:#666;
	margin-bottom:8px;
}
.product .list .vertical-01 .item .rating {
	background:url(/SYSTEM/rating_small.png) no-repeat 0 0;
	width:110px;
	height:18px;
	margin-bottom:8px;
	padding-top:2px;
	text-align:right;
	color:#666;
	font-size:1.1em;
	letter-spacing:1px;
}
.product .list .vertical-01 .item .rate1 {
	background-position:0 -30px;
}
.product .list .vertical-01 .item .rate2 {
	background-position:0 -60px;
}
.product .list .vertical-01 .item .rate3 {
	background-position:0 -90px;
}
.product .list .vertical-01 .item .rate4 {
	background-position:0 -120px;
}
.product .list .vertical-01 .item .rate5 {
	background-position:0 -150px;
}
.product .list .vertical-01 .item .price {
	clear:left;
	font-size:1.0em;
	line-height:115%;
	color:#666;
}
.product .list .vertical-01 .item .price .label {
	float:left;
	margin-right:4px;
}
.product .list .vertical-01 .item .price .number {
	float:left;
	margin-right:4px;
}
.product .list .vertical-01 .item .price .before .number {
	text-decoration:line-through;
}
.product .list .vertical-01 .item .price .now {
	font-size:1.0em;
	font-weight:bold;
	line-height:115%;
}
.product .list .vertical-01 .item .price .now .label {
	color:#333;
}
.product .list .vertical-01 .item .price .now .number {
	color:#0C0;
}
.product .list .vertical-01 .item .basket {
	height:25px;
	position:absolute;
	right:10px;
	bottom:0;
}
.product .list .vertical-01 .item .basket .left {
	display:none;
}
.product .list .vertical-01 .item .basket .right {
	background:url(/SYSTEM/basket.png) no-repeat right top;
	width:28px;
	height:25px;
	float:left;
}

.wrapFiltering {
}
.wrapFiltering .item {
	width:308px;
	float:left;
	margin-right:17px;
	margin-bottom:20px;
}
.wrapFiltering .item .headline {
	width:100%;
	border-top:5px solid #f80;
	text-transform:uppercase;
}
.wrapFiltering .item .headline h2 {
	font-size:1.5em; line-height:28px; margin:0 0 3px 0;
}
.wrapFiltering .item .wrapList {
	background:#F0F0F0;
	border:1px solid #D2D2D2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 10px;
}
.wrapFiltering .item .wrapList .list {
	height:130px;
	overflow:auto;
}
.wrapFiltering .item .wrapList .list a {
	text-decoration:underline; color:#333;
}
.wrapFiltering .item .wrapList .list .item1 {
	width:108px;
	float:left;
	margin:0 10px 9px 0;
	padding-left:12px;
}

.wrapFiltering .item .wrapList .list .item1_selected {
	width:108px;
	float:left;
	margin:0 10px 9px 0;
	background:url(/system/check_green.png) no-repeat left 3px; 
	padding-left:12px;
	font-weight:bold;
}
.wrapFiltering .item .wrapList .list .item2 {
	width:228px;
	float:left;
	margin:0 10px 8px 0;
	padding-left:12px;
}
.wrapFiltering .item .wrapList .list .item2_selected {
	width:228px;
	float:left;
	margin:0 10px 8px 0;
	background:url(/system/check_green.png) no-repeat left 3px; 
	padding-left:12px;
	font-weight:bold;
}
.wrapFiltering {
	scrollbar-3dlight-color:#F0F0F0;
	scrollbar-arrow-color:#333;
	scrollbar-base-color:#ff6347;
	scrollbar-darkshadow-color:#F0F0F0;
	scrollbar-face-color:#F0F0F0;
	scrollbar-highlight-color:#F0F0F0;
	scrollbar-shadow-color:#F0F0F0;
}
.sorting {
	clear:left;
	width:960px;
	display:table;
	margin-bottom:20px;
}
.sorting .label {
	float:left;
	margin-right:8px;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
}
.sortitem {
	float:left;
	white-space:nowrap;
	width:210px;
}
.wrapSortitem {
	float:left;
	padding-top:3px;
	white-space:nowrap;
}

.listview {
	float:left; text-transform:uppercase; font-weight:bold;
}
.listview .wrapItem {
	float:left; white-space:nowrap; margin-right:15px;
}
.listview .icon {
	float:left;
	margin-right:4px;
	margin-top:2px;
	margin-left:10px;
}

.listview .type1 {
	background:url(/SYSTEM/ikon_list_album2.png) no-repeat left 3px;
	padding-left:18px;
	color:#999;
	float:left;
	padding-top:3px;
}
.listview .type1_selected {
	background:url(/SYSTEM/ikon_list_album.png) no-repeat left 3px;
	padding-left:18px;
	color:#F80;
	padding-top:3px;
	float:left;
}
.listview .type2 {
	background:url(/SYSTEM/ikon_list_list2.png) no-repeat left 3px;
	padding-left:18px;
	color:#999;
	float:left;
	padding-top:3px;
}
.listview .type2_selected {
	background:url(/SYSTEM/ikon_list_list.png) no-repeat left 3px;
	padding-left:18px;
	color:#F80;
	padding-top:3px;
	float:left;
}
.listview .type3 {
	background:url(/SYSTEM/ikon_list_big2.png) no-repeat left 3px;
	padding-left:18px;
	color:#999;
	float:left;
	padding-top:3px;
}
.listview .type3_selected {
	background:url(/SYSTEM/ikon_list_big.png) no-repeat left 3px;
	padding-left:18px;
	color:#F80;
	padding-top:3px;
	float:left;
}

.wrapPaging {
	float:left;
}
.wrapPaging a {color:#333;}
.wrapPages {
	float:right;
	margin-left:10px; display:table; height:15px; position:relative;
}
.wrapPaging .item {
	border:1px solid #D8D8D8;
	background:#F3F3F3;
	padding:2px 6px;
	float:left;
	width:auto;
	color:#999;
	font-weight:bold;
	margin:0 0 0 3px;
	min-height:15px;
}
.wrapPaging .item_selected {
	border:1px solid #CE4E05;
	background:#F80;
	padding:2px 6px;
	float:left;
	width:auto;
	color:#000;
	font-weight:bold;
	margin:0 0 0 3px;
	min-height:15px;
}
.wrapPaging .item img {
	margin-top:3px;
}
.wrapPaging .type2 {
	color:#999;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
	padding-top:3px;
	}

.form {color:#333; width:633px; float:left; display:table; /*position:relative;*/}
.form .headline {text-transform:uppercase; font-weight:bold; font-size:1.2em; margin:10px 0;}
.form .headline2 {text-transform:uppercase; font-weight:bold; font-size:1.2em; margin:10px 0; border-top:5px solid #F80; border-bottom:1px solid #CCC; padding:6px 0; width:100%;}
.form .headline3 {text-transform:uppercase; font-weight:bold; font-size:1.2em; margin:10px 0 0 0; border-top:5px solid #F80; padding:6px 0; width:100%;}
.form .box {background:#F0F0F0; border:1px solid #CCC; padding:12px 10px; display:table; width:613px; margin-bottom:15px; font-weight:bold;}
.form .box .label {font-weight:bold; float:left; line-height:22px; font-size:1.1em;}
.form .box .errorLabel {clear:left; float:left; color:#D80000 !important; padding-top:4px;}
.form .box .radio {float:left;}
.form .box .wrapInputText {float:left; width:275px;}
.form .box .inputText {line-height:20px;}
.form .box .inputText {line-height:20px;}
.form .box .wrapInputButton {float:right;}
.form .box .wrapInputButton .input {float:left; margin-right:10px;}
.form .box .wrapInputButton .input input {padding:3px 10px;}
.form .box .wrapInputButton .button {float:left; background:url(/SYSTEM/button_left.png) no-repeat left top; padding-left:10px;}
.form .box .wrapInputButton .button input {background:url(/SYSTEM/button_right.png) no-repeat right top transparent; border:none; color:#FFF; font-weight:bold; height:25px; padding-left:0;}
.form .wrapFormItem {clear:left; margin-bottom:8px; display:table; width:633px;}
.form .wrapFormItem .label {width:100px; float:left; font-weight:bold; line-height:22px;}
.form .ok {position:absolute; z-index:999; right:0; background:url(/SYSTEM/required_ok.png) no-repeat; width:21px; height:22px; margin:0;}
.form .wrapFormItem .required {/*float:right; */position:absolute; z-index:55; right:0; background:url(/SYSTEM/required_field.png) no-repeat; width:21px; height:22px; margin:0; }
.form .wrapFormItem .input {float:left; position:relative; display:block;}
.form .wrapFormItem .input input {border-top:1px solid #ABADB3; border-left:1px solid #E2E3EA; padding-right:21px; border-bottom:1px solid #E3E9EF; border-right:none; padding:2px 5px; float:left; margin:0;}
.form .wrapFormItem .input select {border-top:1px solid #ABADB3; border-left:1px solid #E2E3EA; padding-right:21px; border-bottom:1px solid #E3E9EF; border-right:1px solid #FFF; padding:2px 5px; float:left; margin:0;}

.form .store {margin-bottom:20px;}
.form .store .text {width:100px; float:left; font-weight:bold; line-height:22px;}

.form .comment {margin-top:20px;}
.form .comment .text {width:100px; float:left; font-weight:bold; line-height:22px;}
.form .comment .multilinevalue textarea {width:527px;}
.form .okbutton {margin:10px 0 0 100px;}

.form .wrapRadioItem input {float:left;}
.form .wrapRadioItem label {line-height:22px; font-weight:bold;}
.form .wrapRadioItem #middle_0_left_0_rb_deliverymethod {width:100%;}
.form .wrapRadioItem .price {float:right; color:#C00}
.form .wrapRadioItem #free {color:#00B800; }
.form .wrapRadioItem .text {float:left;}
.form .wrapFormItem .width1 {width:178px;}
.form .wrapFormItem .width2 {width:62px;}
.form .wrapFormItem .width3 {width:282px;}
.form .wrapFormItem .margin-right {margin-right:10px;}
.form .wrapFormButtons {clear:left; border-top:1px solid #CCC; border-bottom:1px solid #CCC; padding-top:10px; padding-bottom:10px; display:table; width:100%;}
.form .wrapFormButtons .inputText input {float:left; margin-right:2px;}
.form .wrapFormButtons .inputText label {line-height:20px; font-weight:bold; margin-right:20px; padding-right:20px; border-right:1px solid #CCC; float:left;}
.form .wrapFormButtons .buttons {clear:left;}
.form .notification {width:100%; text-align:center; padding-bottom: 15px; font-weight:bold;}
.form .storeDropDown {float:left; margin-left:10px;}


.buttons {display:table; padding-top:15px;}
.buttons input {background:transparent; border:none; padding:none; float:left; color:#FFF; line-height:21px; font-weight:bold; cursor:pointer; margin:0;}
.buttons .left {background:url(/SYSTEM/bg_button_left.png) no-repeat left top; height:25px; float:left; padding-left:15px; }
.buttons .right {background:url(/SYSTEM/bg_button_right.png) no-repeat right top; height:25px; width:22px; float:left;}
.buttons .left2 {background:url(/SYSTEM/bg_button_left2.png) no-repeat left top; height:25px; float:left; padding-left:25px; }
.buttons .right2 {background:url(/SYSTEM/bg_button_right2.png) no-repeat right top; height:25px; width:12px; float:left;}
.buttons .wrapButton {float:right; margin-left:15px;}
#confirm .buttons .right2 {display:none;}

.errorNameAddress {position:absolute; right:15px; top:5px; white-space:nowrap;}

.noProducts {font-weight:bold; background:#FAFAFA; padding:80px 0; color:#D00; width:960px; text-align:center; border:1px solid #D2D2D2; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:25px;}
