@CHARSET "UTF-8";

.photo-products {
	width: 250px;
	float: right;
}

.photo-products td {
	color: #15648f;
	font-size: 8pt;
	font-weight: bold;
	
	text-align: left;
	
	padding-bottom: 10px;
}

.photo-products input[type='text'] {
	width: 18px;
	height: 18px;
	background: white !important;
	border: 1px solid #aaa;
}

.photo-products input {
	color: black !important;
		
}

.clear {
	clear: both;
}


.shop.box {
	font-weight: normal; 
	font-size: 10px; 
	text-align:left;
	background: white;
	color: black;	
	
	border: 1px solid #888888;
	
	padding: 18px;	
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.box * {
	color: black;	
}

.cssbutton {
        display: inline;

        padding: 6px 10px 6px;
 
      border: none;


        text-decoration: none;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        background: #222 url('images/button.png') repeat-x;
        
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;

        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        box-shadow: 0 1px 3px rgba(0,0,0,0.5);

        text-shadow: 0 -1px 1px rgba(0,0,0,0.30);
        border-bottom: 1px solid rgba(0,0,0,0.25);

        position: relative;
        cursor: pointer;
}

.cssbutton.blue {
	background-color: #00679c;
}

.cssbutton.blue:hover {
	background-color: #0074ad;
}

.cssbutton.orange {
	background-color: #ff5c00;
}

.cssbutton.orange:hover {
	background-color: #ff5f0f;
}

.cssbutton.green {
	background-color: #209696;	
}

.cssbutton.green:hover {
	background-color: #2f9f9f;	
}

.shop .menu {
	margin-bottom: 2em;
	font-size: 10px;
	
	padding-bottom: 18px;
	border-bottom: 1px solid #bbb;	
}


.shop .menu .cssbutton {
	margin-right: 9px;	
}

.shop table {
	width: 50%;
	border: 1px solid #bbb;
	border-collapse: collapse;
}

.shop .options {
	width: 50%;
	margin-top: 22px;	
}

.shop table th {
	padding: 5px;
	background: #ddd;
	border-bottom: 1px solid #bbb;	
}

.shop table input {
	background: white !important;
	border: 1px solid #bbb;
	margin: 4px;
	height: 20px;	
}


.shop table textarea {
	height: 20px;
	width: 180px;
	font-size: 10px;
	border: 1px solid #bbb;
	margin: 4px;
	background: white !important;
}
	

.shop .prodPrice input {
	width: 80px;
}

.shop .prodMinPhotos input {
	width: 80px;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.shop .messagebox.error {
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 12px;
	width: 40%;
	border: 1px solid #ff5555;
	background: #ffdddd;
		
	font-size: 10px;
}

.shopheader {
 
 width: 256px;
 min-height: 500px; 
  
 float: right;
 margin-right: 15px; 
}


.shopheader .shop-basket {
 background: #ccc;
 padding: 12px;
 min-height: 500px;
 -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

.shop-basket .cssbutton {
 margin-top: 15px;
 display:block;
}


pre {
 margin-left: 40px;
 font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace !important;
}


