@CHARSET "UTF-8";

.item_setup_wrapper {
}

.c_module {
}

.order_details {
	border: 1pt solid blue;
	margin: 5pt;
}

.order_details .column {
	float: left;
	margin: 2pt;
	border: 1pt solid green;
	width: 50pt;
}

.user_info {
	border: 1pt solid blue;
	margin: 5pt;
}

.user_info .user_details {
	border: 1pt solid green;
	margin: 2pt;
}

.clear {
	clear: both;
}

.module_userfeedback .form_content {
}

.module_userfeedback .title:hover {

}


.usersettings_element .content .c_main,
.usersettings_element .content .c_sub {
	float: left;
}

.usersettings_element .content .c_sub {
}

.form_shoppingcart .column {
	float: left;
}

.form_shoppingcart .thumnail img {
	max-height: 50pt;
}

.form_shoppingcart .details .column {
}

.form_shoppingcart .product_row {
}

.form_shoppingcart .column {
}

.icon_validate img {
width: 10px;
margin: 0 4pt;
}

/*
.mod_shopitemview .column {
	float: left;
	border: 1pt solid blue;
	margin: 2pt;
} */

.mod_shopitemview .thumbnail img {
	max-width: 100pt;
}

.mod_shopitemview .list {
	border: 1pt solid green;
}

/* CHECKOUT */

.mod_checkout .element_checkout {
}

.mod_checkout .column {
	float: left;
}

.mod_checkout .row_inline {
	float:left;
}

.mod_checkout .row_inline,
.mod_checkout .row {
}



.mod_checkout .payment .confirm_payment .icon_paypal{
	background: url('http://mauru.endofinternet.net/vanilla/assets/icon_paypal.gif');
	width: 60px;
	height: 38px;
	cursor: pointer;
}
.mod_checkout .payment .confirm_payment .icon_prepaid{
	background: green;
	width: 60px;
	height: 38px;
	cursor: pointer;
}

/* CALC */

.mod_calculator .content .column{
float: left;
margin: 2pt;
border: 1pt solid blue;
}

.mod_calculator .form_switch .switch_checkbox {
display: block;
width: 10pt;
height: 10pt;
border: 1pt solid black;
cursor: pointer;
}

.form_switch .switch_checkbox .inactive {
display: block;
width: 10pt;
height: 10pt;
background: grey;
}

.form_switch .switch_checkbox .active {
display: block;
width: 10pt;
height: 10pt;
background: white;
}

/* DEBUG */

#debug {
position: fixed;
top: 2pt;
right: 2pt;
width: 400pt;
height: 200pt;
background: white;
opacity: 0.5;
color: black;
font-size: 8pt;
overflow-y: scroll;
z-index:14;
display: none;
}

/* zoom */
.c_style_3 .module_gallery .module_gallery_zoom {
background: url('http://mauru.endofinternet.net/vanilla/assets/bg_zoom.png');
width: 100%;
height: 100%;
position: fixed;
z-index: 9;
top: 0;
left: 0;
}

.c_style_3 .module_gallery .module_gallery_zoom .loading {
position: fixed;
z-index: 12;
display: block;
height: 41px;
width: 41px;
background: url('http://mauru.endofinternet.net/vanilla/assets/nav_load.png');
}

.c_style_3 .module_gallery .module_gallery_zoom .close {
position: fixed;
z-index: 12;
display: block;
height: 41px;
width: 41px;
background: url('http://mauru.endofinternet.net/vanilla/assets/nav_close.png');
top: 4pt;
right: 4pt;
cursor: pointer;
}

.c_style_3 .module_gallery .module_gallery_zoom .zoom_full {
position: fixed;
z-index: 12;
display: block;
height: 41px;
width: 41px;
background: url('http://mauru.endofinternet.net/vanilla/assets/nav_full.png');
top: 40pt;
right: 4pt;
cursor: pointer;
}

.c_style_3 .module_gallery .module_gallery_zoom .zoom_detail {
position: fixed;
z-index: 12;
display: block;
height: 41px;
width: 41px;
background: url('http://mauru.endofinternet.net/vanilla/assets/nav_zoom.png');
top: 40pt;
right: 4pt;
cursor: pointer;
}

.c_style_3 .module_gallery .module_gallery_zoom .nav .next{
position: fixed;
z-index: 12;
display: block;
height: 41px;
width: 41px;
background: url('http://mauru.endofinternet.net/vanilla/assets/nav_next.png');
bottom: 4pt;
right: 4pt;
cursor: pointer;
}

.c_style_3 .module_gallery .module_gallery_zoom .nav .prev{
position: fixed;
z-index: 12;
display: block;
height: 41px;
width: 41px;
background: url('http://mauru.endofinternet.net/vanilla/assets/nav_prv.png');
bottom: 4pt;
right: 40pt;
cursor: pointer;
}

/*slideshow advanced*/

.c_style_4 .module_gallery .controls .next{
height: 41px;
width: 41px;
background: url('http://mauru.endofinternet.net/vanilla/assets/nav_next.png');
display: block;
cursor: pointer;
position: fixed;
right: 0px;
top: 50%;
}

.c_style_4 .module_gallery .inactive .image {
opacity: 0.5;
}

.c_style_4 .module_gallery .controls .prev{
height: 41px;
width: 41px;
background: url('http://mauru.endofinternet.net/vanilla/assets/nav_prv.png');
display: block;
cursor: pointer;
position: fixed;
left: 0px;
top: 50%;
}

.c_style_4 .module_gallery .loading{
height: 41px;
width: 41px;
background: url('http://mauru.endofinternet.net/vanilla/assets/nav_load.png');
display: block;
cursor: pointer;
position: fixed;
top: 50%;
left: 50%;
}

.c_style_4 .module_gallery {
width: 100%;
height: 100%;
overflow: hidden;
position: fixed;
top: 0px;
left: 0px;
}



.c_style_4 .module_gallery .slideshow {
position: fixed;
top: 0px;
left: 0px;
}

.c_style_4 .module_gallery .thumbnail {
float: left;
}
