/* A1 plates v2 */

/* Default Stylesheets */

/* @import "default-elements.css"; */
@import url(../cp/css/default-controlpanel.css);
@import url(../cp/css/default-gallery.css);
@import url(../cp/css/default-blog.css);

/* Standard Classes */

* {
	padding: 0;
	margin: 0;
}

p {
	padding-bottom: 1em;
}

html, body {
	font-family: Lucida Grande, Geneva, Helvetica, Arial, sans-serif;
/*	 background: #fff url(uploads/14/template.png) bottom repeat-x; */
background: transparent url(uploads/14/startcontent.png) 0 185px repeat-x;
	font-size: 100%;
	color: #333333;
	height: 100%;
}

img {
	border: 0px;
}

.text-only {
	display: none;
}

.clear {
	clear: both;
}

h1, h2, h3, h4 {
	padding: .25em 0 .5em 0;
}

h1 { font-size: 170%; }

/* Layout Classes */

.template {
	width: 980px;
	margin: 0 auto;
}

#startcontent {
	/* background: transparent url(uploads/14/startcontent.png) top repeat-x; */
}

.columns, .footer {
	width: 959px;
}

.footer {
	padding-top: 10px;
	background: transparent url(uploads/14/footer2.png) 0 -23px no-repeat;
}

/* Custom Classes */

div.form span.required,.form .error {
	color: #CC0000;
}

.module {
	padding: 0px;
}

.module-center {
	padding: 0px;
	text-align: center;
}

/* Header */

div.controlbar {
	padding: 5px 20px 5px 5px;
	text-align: right;
	font-size: 76%;
}

div.header {
	position: relative;
}

div.header .element {
	margin: 0;
}

div.header p.text {
	margin: 0;
}

.header img {
	display: block;
}

*html .header img {
	padding-top: 3px;
}


div.header h1 {
	font-weight: normal;
	color: #06204F;
	padding: 15px 20px 10px 20px;
}

div.header div.logo {
	float: left;
}
div.logo h1 {
	margin:0;
	padding:0;
	display:inline;
}

div.header div.button {

	height: 86px;
	display: block;
	float: left;
}

div.header ul.button li {
	width: 182px;
	height: 86px;
	text-align: center;
	list-style-type: none;
	font-size: 86%;
	float: left;
}

div.header ul.button li a {
	display: block;
	padding-top: 60px;
	padding-bottom: 10px;
	color: #777;
	text-decoration: none;
}

div.header ul.button li a:hover {
	color: #333;
	background: transparent url(uploads/14/button_hover.gif) 1px 0px no-repeat;
}

/*
ul.button li a:visited {
	color: #555;
}
*/

a#cplink1_15896 /* div.button_creator */ {
	background: transparent url(uploads/14/button_creator.png) no-repeat;
}

a#cplink1_15898 /* div.button_accessories */ {
	background: transparent url(uploads/14/button_accessories.png) no-repeat;
}

a#cplink1_15897 /* div.button_samples */ {
	background: transparent url(uploads/14/button_samples.png) no-repeat;
}

a#cplink1_15899 /* div.button_cart */ {
	background: transparent url(uploads/14/button_cart.png) no-repeat;
	width: 184px;
}

div.header p.strapline {
	clear: both;
	width: 903px;
	padding: 3px 53px 3px 3px;
	font-size: 76%;
	color: #fff;
	margin: 0;
	background: transparent url(uploads/14/strapline.png) no-repeat;
	text-align: right;
}

div.header div.paypal_verified {
background: transparent url(uploads/14/paypal_verified.png) no-repeat;
position: absolute;
right: 0;
height: 71px;
width: 72px;
top: 70px;
}

*html div.header div.paypal_verified {
background: transparent url(uploads/14/paypal_verified.gif) no-repeat;
}

/* Content */

div.content {
	padding: 20px;
}

div.content a {
	color:#06204F;
}
div.content a:hover {
	color:#CC0000;
}

div.content p {
	padding: 5px 0 10px 0;
}

.content .text ul li,
.content ul.element li {
	background: transparent url(uploads/14/li.gif) 0 .65em no-repeat;
	padding: 5px 5px 5px 15px;
	list-style-type: none;
}

div.content ol {
padding-left: 1.5em;
}

div.content ol li {
	padding: 5px;
}

div.content link2checkout {

}

div.content ul.link2checkout li {
	background: transparent url(uploads/14/link2checkout.gif) right center no-repeat;
	padding: 55px 47px;
	text-align: right;
}

div.faq .title {
	padding-bottom: 5px;
	color:#06204F;
}

div.item {
	clear:both;
	padding: 20px;
	background: transparent url(uploads/14/startcontent.png) 0 0 repeat-x;
}
div.item  .title {
	font-weight:bold;
}
div.eshop .item .description {
	text-align:right;
	font-size:90%;
}
div.eshop .item div {
	text-align:right;
}
div.eshop .item div.picture {
	float:left;
	margin-right:10px;
}
div.eshop .item .picture img {
	border:5px solid #ddd;
}
div.eshop .item .title {
	text-align:right;
}
div.surrounds div.item {
	margin:5px 5px;
	width:235px;
	float:left;
	clear:none;
	height:135px;
}

fieldset, form {
	padding: 20px;
	margin: 10px;
}

legend {
	padding: 10px;
}

.designer form {
	margin-top:0px;
	padding-top:0px;
}

.fm-field-name {
	clear: left;
	display:block;
	float:left;
	width: 30%;
	padding-top: 6px;
	padding-right: 6px;
}
.fm-field-name label {
	display:block;
	font-weight:bold;
	text-align:right;
}
.fm-field-name  .description {
	font-size:smaller;
	text-align:right;
	font-style:italic;
	color:#555;
}

div.delivery, span.fm-checkbox {
	padding: 10px 0;
}

.delivery, .basket .buttons {
	text-align: right;
}
.gateway,
.gateway form .fm-footer {
	text-align:center;
}

table label {

	
}

table.basket th, table.basket td {
	padding: 8px 14px;
}

table.basket td {
	border: 2px solid #f0f0f0;

}

table.basket {
	width:100%;
}
table.basket .qty,
table.basket .price {
	width:12%;
	text-align:center;
}

table.basket td input {
	padding: 4px;
}
table.basket .discount .label {
	font-weight:bold;
}
.error {
	color:#CC0000;
}
table label span {
	padding-right: 4px;
}

div.fm-options {
	float:left;
	margin-bottom: 6px;
	padding:4px 2px;
	width:60%;
}

div.submit-buttons {
	padding: 20px;
	padding-left: 300px;
}

p.requiredmessage {
	padding-left: 300px;
}

div.fm-options input.textbox {

}

table.form td {

}

table.form td.col1 {
	padding-top: 4px;
	vertical-align: top;
	width: 200px;
	font-weight:bold;
	text-align:right;
}

img#sampleplate {
	padding-bottom: 20px;
}


.designer p.price {
	clear: both;
}

p.price, p.quantity, div.view-sample, div.add {
	text-align: right;
}

div.add {
	padding: 10px;
	clear:both;
}

form .fm-footer {
	text-align: right;
	padding: 10px;
}

.pagination {
padding: 20px 0;
}

.pagination ul {
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

div.content ul.pagination li {
	background: #fff url(uploads/14/10x10.gif);
	list-style-type: none;
	display: inline;
	padding: 3px;
	
}

.pagination a, .pagination a:visited {
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}

.pagination a:hover, .pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #f0f0f0;
}

.pagination a.currentpage {
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext {
	font-weight: bold;
}

/*
div.content div.sectionlink {
	padding: 20px 0;
}
*/

div.content ul.sectionlink li {
	padding: 55px 5px 45px 60px;
	width: 20%;
	float: left;
}

div.content ul.accessories li {
	background: transparent url(uploads/14/screws.gif) left center no-repeat;
	/* margin-left: 100px; */
}

div.content ul.surrounds li {
	background: transparent url(uploads/14/surround.gif) left center no-repeat;
}

div.content ul.badges3d li {
	background: transparent url(uploads/14/3d.gif) left center no-repeat;
}

div.content ul.rb li {
	background: transparent url(uploads/14/rb.gif) left center no-repeat;
}

/* Footer */

div.creditcards {
	float: left;
}

p.phoneus {
	background: transparent url(uploads/14/phonebook.gif) left 0 no-repeat;
	padding: 3px 5px 13px 30px;
	float: right;
	text-align: right;
}

div.footlinks {
	padding: 17px 0;
	clear: both;
	width: 825px;
	margin: 0 auto;
}

div.footlinks ul {
	padding-bottom: 1em;
}

div.footlinks a {
	color: #777;
	text-decoration: none;
	border-right: 1px solid #999;
	font-size: 90%;
	padding: 0 10px;
}

div.footlinks a:hover {
	color: #333;
}

div.sitemap {
	font-size: 76%;
	color: #ccc;
}

div.sitemap li {
padding-left: .5em;
}

div.sitemap a {
	color: #ccc;
}

/*
div.footlinks a:visited {
	color: #555;
}
*/

div.footlinks ul li {
	float: left;
	list-style-type: none;
}

a#cplink1_15933 {
	border-right: none;
}

.footnotes {
	display: none;
}

p.notes {
	clear: both;
	text-align: center;
	font-size: 76%;
	padding: 10px;
	line-height:150%;
}
.footer .copyright {
	clear: both;
	text-align: center;
	font-size: x-small;
	padding: 10px 10px 20px 10px;
	line-height:150%;
	color: #777;
}
p.notes a {
	color: #777;
	text-decoration: none;
}

p.notes a:hover {
	color: #000;
}

.basket .empty,
.cartdisplay em {
	border: 2px solid #BE3E04;
	padding: 20px;
	color: #BE3E04;
	display: block;
	margin: 20px 0;
	text-align:center;
	font-style:italic;
}
.basket .details .fm-footer {
	text-align:center;
}
.basket .details fieldset {
	border:2px solid #f0f0f0;
}
.basket .details legend {
	font-weight:bold;
	padding:5px;
	color:#000;
}
div.customer {
	margin:0 auto 25px auto;
	width:75%;
}
div.customer table {
	width:100%;
}
div.customer table td {
	border:2px solid #f0f0f0;
	padding:5px;
}
.customer .col1 {
	font-weight:bold;
}
/*
p.notes a:visited {
	color: #444;
}
*/

/* Homepage Styles 
---------------------------------------------*/

.hometext {
	line-height: 1.75;
	color: #797979;
	font-size: 120%;
}

.carbikepic {
	padding-top: 40px;
}

form#creator {
	background: #f5f5f5 /* url(uploads/14/homepage_creator.png) left top no-repeat */;
	width: 287px;
	height: 340px;
	margin: 0;
	padding: 0;	
	border: 2px solid #e9e9e9;
	position: relative;
	float: right;
	margin-right: -10px;
}

form#creator div.plate {
	position: absolute;
	top: 8px;
	left: 8px;
}

form#creator h2.heading {
	position: absolute;
	top: 80px;
	left: 31px;
	font-weight: normal;
	color: #bbb;
	text-transform: uppercase;
	font-family: Impact;
	font-style: italic;
	font-size: 200%;
}



form#creator h3.heading {
	color: #de4400;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Impact;
	font-size: 130%;
	padding-bottom:5px;
	text-align:left;
	padding-left:5px;
}
form#creator .disclaimer {
	font-size:10px;
	color:#999;
	text-align:left;
	padding-left:5px;
}


form#creator input#submit.button {
	background: transparent url(uploads/14/next.gif) top right no-repeat;
	width: 75px;
	height: 69px;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	float:right;
}

form#creator div.fm-footer {
	position: absolute;
	top:200px;
	right: 8px;
}

form#creator div#field-registration, form#creator div#field-type {
	position: absolute;
	font-size: 86%;
	color: #aaa;
}

form#creator div#field-registration {
	top: 140px;
	left: 31px;
}

form#creator input {
	width: 80px;
}

form#creator input, form#creator select {
	border: 1px solid #ddd;
	padding: 2px;

}

form#creator div#field-type {
	top: 170px;
	left: 31px;
}

form#creator .fm-field-name {
	width: 90px;
	float:left;
	font-weight:bold;
	padding-right:6px;
	padding-top:6px;
	text-align:right;
	display:block;
}

form#creator div.fm-options {
	float: left;
	width: 80px;
}

div.designer div.fm-field {
border: 1px solid #fff;
}

div.designer fieldset fieldset select {
	
	padding: 2px;
}

div.designer fieldset {
	background: #f5f5f5;
	border: 2px solid #e9e9e9;
}

p.price {
	color: #de4400;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Impact;
	font-size: 130%;
}
div.designer {
	margin:0 auto;
}
div.designer .price {
	text-align:center;
}
div.designer form .fm-footer, div.add {
	text-align:center; 
}
div.designer textarea {
	height:50px;
}

html legend { color: #000; font-size:100%; top: -.5em; left: .5em; padding: 0; margin: 0;}  /* attempting to fix ie */
html fieldset { position: relative; margin-top:1em; padding-top: 1.2em; } /* attempting to fix ie */

div.designer #preview {
	background:url(uploads/14/loading.gif) no-repeat center;
}

div.designer fieldset fieldset {
	width: 325px;
	float: left;
	background: #fff;
	height:245px;
}

#preview img {
	vertical-align:bottom;
}


div.designer textarea#comments {
	width: 400px;
}

input#registration {
	width: 100px;
	font-size:85%;
}
select#badge,
select#slogan {
	width:175px;
}

input#add.button, div.add input.button {
	width: 90px;
	height: 67px;
	background: transparent url(uploads/14/add.png) left top no-repeat;
	border: 0;
	text-indent: 101px;
	padding-left: 101px;
	overflow: hidden;
	cursor: pointer;
}

#disclaimer {
	border:2px solid #ccc;
	background:#f4f4f4;
	font-size:smaller;
	padding:10px 25px;
}
#agree {
	margin-top:0;
}
#agree .fm-checkbox {
	display:block;
	text-align:center;
	padding:10px;
}
#agree .fm-footer {
	text-align:center;
}
.feedback .item {
	background:url(uploads/14/quote.gif) no-repeat top right;
	border-bottom:2px solid #eee;
}
.feedback .item .value,
.feedback .item .label {
	display:inline;
}
.feedback .item .title {
	font-weight:normal;
}
.feedback .item .label {
	font-weight:bold;
}
.feedback .item .title,
.feedback .item .date,
.feedback .item .description {
	padding:5px;
}

.editform table {
	width:100%;
}
.editform table td {
	padding:5px;
	vertical-align:top;
}
.editform table textarea {
	width:90%;
	height:150px;
}
.highlight {
	background:#f5dbdb;
}

tr.total td.label,
tr.delivery td.label,
tr.discount td.label,
tr.subtotal td.label {
	text-align:right;
	font-weight:bold;
}
.qty input {
	width:15px;
}
.protx {
	padding-top:50px;
	background:url(../furniture/protx.gif) no-repeat top center;
}

.blog .heading {
	font-weight:normal;
	letter-spacing:-1px;
}
.blog .feed {
	margin-top:20px;
}
.blog p.text {
	line-height:150%;
}
.freepost {
	color:#797979;
}

#filter {
	text-align:center;
}
#filter div {
	display:inline;
	float:none;
}
#filter label {
	display:none;
}