.error {
    color: #C22626
}

#product-order-form div.error {
    padding:5px;
    border:1px solid #C22626;
    margin-bottom:5px;
}

.image-holder {
	width: 201px;
	/*height: 201px;*/
	text-align:center;
	background:#fff;
	margin: 0 10px 5px 0;
	border: 1px solid #1b7db7;
	float: left;
}

.small-image {
	float: none;
	width: 90px;
	height: 90px;
	border: none
}

#variant-details {
	display: none;
}

.show {
	display: block
}

ul#catalogue-list, ul#catalogue-list ul{
	width:100%;
	margin-top: 10px;
	padding: 0;
}

#catalogue-list li {
	padding:0;
	margin: 0;
    list-style:none;
    clear: both
}

#catalogue-list li li{
    padding:0;
    margin:0 0 10px 0;
    float:left;
    clear: none;
    width:49%;
    text-align:center;
	/*border:1px solid #E6EDDC;*/
	font-size: 1.2em
}


#catalogue-list li a {
	text-decoration:none;
	display:block;
	width: 98%;
}

#product-details {
	margin-left: 215px;
}

#product-details p {
	margin: 0;
	line-height: 1.3em
}

#product-details div {
	padding-bottom: 5px
}

#product-details h2 {
	font-size:1em;
	padding: 0 0 2px 0;
	margin: 0
}

h3.products {
	clear:both;
	padding-top:10px
}

#information-icons {
	float: left;	
	clear: both;
	width:100%;
	padding: 40px 0
}

#information-icons .icons{
	float:left;
	margin: 0 15px 12px 0
}

img.img-icons {
	float:left;
	padding:0;
	margin:0;
}

img.guarantee_img {
	float:left;
	margin-right: 10px
}
div.icons-imgs {
	float:left;
	margin: 0 15px 12px 0
}

#product-order-form {
	float: left;
	width: 100%;
	clear: both;
}

#product-order-form select {
	margin-bottom: 8px
}

#product-order-form label {
	display: block;
	float: left;
	width: 130px;
	padding: 2px 5px 0 0
}


#product-order-form div, #accessories {
	clear: both;
	padding: 2px
}

#product-order-form div.variants label {
	text-align: left;
	width: auto;
}

#product-order {
	float: right;
	clear: none;
}

#product-order label {
	width: auto;
}

#product-order #order, #select-product #calculate {
	background: #1b7db7;
	color: #fff;
	border: none;
	padding: 1px;
	line-height: 1em;
	margin: 5px 0 0 0;
}

#select-product div {
	padding: 0 0 20px 0
}

#select-product #calculate {
	float: right
}

.highlight {
	font-size: 1.4em;
	color: #1b7db7
}

#order-product-table {
	text-align: center;
	color: #1b7db7;
	font-size: 0.85em;
	margin: 10px 0;
	padding: 10px 0;
}

#order-product-table th.price-header {
    width:150px;
	padding:0;
	text-align:left
}

#order-product-table th, #order-product-table td {
	text-align: right;
	padding: 0 10px
}

div.colours {
	float: left;
	width: 288px;
	display: inline;
	margin: 0 0 0 135px;
	padding: 0;
}

div.colours img.colour-choice {
	float: left;
	height: 32px;
	width: 32px;
	display: inline;
}

#order-product-summary {
	/*font-size: 0.9em;
	float: left;
	clear: none;
	width: 213px*/
}

#order-product-summary p, #order-product-summary h3 {
}

p.viewmorepictures {
    margin-top: 10px;
}

.fromprice {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.2em;
}

.fromprice span {
    color: #AA922E;
}

#accessories li, #related_products li {
    list-style: none;
    padding: 10px;
    margin: 0 0 2px 0;
    background: #B8A8CF;
    float:left;
    width: 401px;
    clear: both
}

#accessories li li, #related_products li li{
    margin: 0 0 0 10px;
    padding:0;
    list-style-type:square;
    float:none;
    clear: none;
    width: auto;
}

#accessories li img, #related_products li img {
    float: left;
    margin-right: 10px;
    border: 1px solid #1B7DB7
}


