/*-----------------------------------------------------------------------
//
//	SMUK
//
//	by DPI 21 Ltd - http://www.dpi21.com
//
//  Copyright 2008 DPI 21 Ltd. This code cannot be redistributed without permission from http://www.dpi21.com
//
//	Version: 1.0
//
---------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none;
}

#wrapper {
	width: 950px;
	margin: 5px;
}

#column1, #top, #banner, #breadCrumb, #footer, #copyright, #shoppingNav {
	display: none;
}

img {
	border: 0;
}

#border {
	border: 0;
}

/* @group Column 2 // Main Content */

#column2 {
	width: 728px;
	height: 580px;
	float: left;
	padding: 10px;
}

html>body #column2 {
	height: auto;
	min-height: 580px;
}

#title {
	padding: 5px;
	width: 738px;
	height: 30px;
}

/*--------------------------------------------------------------------
//	Main Content
 --------------------------------------------------------------------*/

#mainCopy, #contactPage {
	float: left;
}

#mainCopy {
	width: 720px;
}

#mainCopy p, #template1 p, #contactPage p {
	padding: 5px 0px;
	line-height: 14px;
}

#mainCopy ul, #template1 ul, #contactPage ul {
	padding: 5px 10px;
}

#mainCopy li, #template1 li, #contactPage li {
	list-style-type: circle;
	list-style-position: inside;
}

/*--------------------------------------------------------------------
//	Template 1
---------------------------------------------------------------------*/

#template1, #template1Images {
	float: left;
}

#template1Text {
	float: right;
}

#template1 {
	width: 728px;
}

#template1 p, #template2 p, #template3 p {
	padding: 5px 0px;
}

#template1Text {
	width: 525px;
	padding: 10px 0px 0px 10px;
}

#template1Images {
	width: 190px;
}

#template1Images img {
	padding: 5px;
	border: 1px solid #999999;
	margin: 5px 5px 10px 0px;
}

/*--------------------------------------------------------------------
//	Template 2
---------------------------------------------------------------------*/

#template2, #template2Text, #template2Images {
	float: left;
}

#template2 {
	width: 728px;
}

#template2Text {
	width: 525px;
	padding: 10px 10px 0px 0px;
}

#template2Images {
	width: 190px;
}

#template2Images img {
	padding: 5px;
	border: 1px solid #999999;
	margin: 5px 5px 10px 0px;
}

/*--------------------------------------------------------------------
//	Template 3
---------------------------------------------------------------------*/

#template3, #template3Text, #template3Images, #template3Images img {
	float: left;
}

#template3 {
	width: 728px;
}

#template3Text {
	width: 728px;
	padding: 10px 0px;
}

#template3Images {
	padding: 5px;
}

#template3Images img {
	width: 190px;
	padding: 5px;
}

/*--------------------------------------------------------------------
//	Contact Page
---------------------------------------------------------------------*/

#contactPage {
	width: 400px;
}

#enquiryForm {
	width: 300px;
	float: left;
	padding: 10px;
}

#enquiryForm legend, #uploadDesign legend, #register legend, #form1 legend, #forgottenPassword legend, #newsletter legend {
	padding: 2px 5px;
}

#enquiryForm fieldset {
	width: 280px;
}

#enquiryForm fieldset, #register fieldset, #uploadDesign fieldset, #forgottenPassword fieldset, #newsletter fieldset {
	border: 1px solid #8F8F8F;
	padding: 10px;
}

#enquiryForm p, #register p, #forgottenPassword p, #newsletter p {
	padding: 5px 0px;
}

#enquiryForm #name, #enquiryForm #address, #enquiryForm #postcode, #enquiryForm #tel, #enquiryForm #email, #enquiryForm #question {
	width: 276px;
}

#enquiryForm #name, #enquiryForm #address, #enquiryForm #postcode, #enquiryForm #tel, #enquiryForm #email, #enquiryForm #question, #uploadDesign #name, #uploadDesign #address, #uploadDesign #postcode, #uploadDesign #tel, #uploadDesign #email, #uploadDesign #enquiry, #uploadDesign #password, #uploadDesign #pass, #uploadDesign #username {
	padding: 2px;
	margin: 2px 0px;
}

#uploadDesign #name, #uploadDesign #address, #uploadDesign #postcode, #uploadDesign #tel, #uploadDesign #email, #uploadDesign #enquiry, #uploadDesign #password, #uploadDesign #pass, #uploadDesign #username {
	width: 315px;
}

#name, #postcode, #tel, #email, #password {
	height: 15px;
}

#map {
	width: 375px;
	padding: 10px;
}

/*--------------------------------------------------------------------
//	Upload Design
---------------------------------------------------------------------*/

#uploadDesign fieldset, #form1 fieldset {
	float: left;
	margin: 10px;
	width: 320px;
	padding: 10px;
}

#uploadDesign p {
	padding: 5px 0px;
}

#uploadDesign, #enquiry {
	float: left;
}

#register fieldset, #forgottenPassword fieldset {
	margin: 10px;
	width: 250px;
}

#forgottenPassword {
	float: left;
}

#forgottenPassword #email {
	padding: 2px;
	margin: 2px 0px;
	width: 240px;
}

/*--------------------------------------------------------------------
//	Register
---------------------------------------------------------------------*/

#register {
	float: left;
}

#register #CompanyName, #register #Title, #register #Firstname, 
#register #Surname, #register #CompanyReg, #register #VatReg, #register #Address, #register #RegOffice, #register #TradeOffice, #register #Position, #register #Telephone, #register #Email, #register #Password, #register #ConfirmPassword, #register #Town, #register #County, #register #Postcode  {
	padding: 2px;
	margin: 2px 0px;
	width: 240px;
}

/*--------------------------------------------------------------------
//	Newsletter
---------------------------------------------------------------------*/

#newsletter {
	float: left;
	width: 300px;
	padding: 10px 0px;
}

#newsletter #nameTitle, #newsletter #firstName, #newsletter #surname, #newsletter #email, #newsletter #houseNo, #newsletter #streetName, #newsletter #townCity, #newsletter #county, #newsletter #postcode, #newsletter #telephone {
	padding: 2px;
	margin: 2px 0px;
	width: 270px;
}

/*--------------------------------------------------------------------
//	Products
 --------------------------------------------------------------------*/

#productContainer, .productThumb, .productThumbHome {
	float: left;
}

#productContainer {
	width: 720px;
}

.productThumb, .productThumbHome {
	width: 160px;
	padding: 5px 5px 10px 5px;
	background: white;
	font-size: 10px;
	margin: 5px;
}

.productThumbHome {
	height: 180px;
}

.productThumb {
	height: 210px;
}

#product {
	border: 1px solid #8F8F8F;
	margin: 5px 0px;
	width: 720px;
	padding: 5px;
}

#product, #productImage, #productText {
	float: left;
}

#productImage {
	width: 300px;
}

#productText {
	width: 400px;
	padding-left: 10px;
}

#productText p {
	padding: 5px 0px;
}

#productInformation {
	border: 1px solid #8F8F8F;
	padding: 2px;
	margin: 10px 0px;
	width: 395px;
}

#productInformation td {
	padding: 5px;
}

.productName {
	border-bottom: 1px solid #8F8F8F;
}

#otherInformation {
	width: 260px;
	padding: 5px;
	height: 75px;
}

.relatedProduct {
	margin: 5px;
	padding: 5px;
	border: 1px solid #8F8F8F;
	text-align: center;
	width: 125px;
	float: left;
}



/*--------------------------------------------------------------------
//	Gallery
 --------------------------------------------------------------------*/

#galleryContainer, .gallery, .galleryThumb {
	float: left;
}

#galleryContainer {
	width: 725px;
}

.gallery {
	width: 125px;
	padding: 4px;
	font-size: 10px;
	margin: 5px;
	border: 1px solid black;
	height: 170px;
	color: white;
}

.gallery p {
	padding-top: 5px;
}

.galleryThumb {
	padding: 4px;
	border: 1px solid black;
	width: 125px;
	height: 125px;
	margin: 5px;
}

/*--------------------------------------------------------------------
//	Search Results
 --------------------------------------------------------------------*/
 
.searchResult {
	float: left;
	border-bottom: 1px solid black;
	padding: 5px 0px;
	width: 725px;	
}

.searchResult p {
	padding: 5px 0px;
}

.searchResult h3 {
	font-weight: bold;
}

/* @end */

/* @group Headings */

h1, h2, h3, h6 {
	font-weight: normal;
}

h1 {
	font-size: 18px;
	padding: 5px 0px;
}

h2 {
	font-size: 16px;
	padding: 5px 0px;
}

h3 {
	font-size: 12px;
	padding: 5px 0px;
	line-height: 18px;
}

h4 {
	font-size: 20px;
	padding-bottom: 5px;
}

h5 {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 5px;
}

h6 {
	color: black;
	font-size: 11px;
	padding: 5px 0px;
	line-height: 14px;
}



/* @end */

/* @group Shopping Cart */

#shoppingCart, #deliverySummary {
	width: 725px;
	text-align: center;
	border: 0px;
}

#shoppingCart td, #deliverySummary td {
	padding: 5px;
}

#shoppingCart p {
	padding: 5px 0px;
}

.topRow {
	background: #4F4F4F;
}

.normalCell {
	border-right: 1px solid #8F8F8F;
	border-bottom: 1px solid #8F8F8F;
}

.bottomCell  {
	border-right: 1px solid #8F8F8F;
}

.endCell {
	border-bottom: 1px solid #8F8F8F;
}

#shoppingCart input {
	border: 1px solid #8F8F8F;
	background: #49494a;
	padding: 2px 5px;
	color: white;
}

.totalPrice {
	background: #4F4F4F;
	border-bottom: 1px solid #8F8F8F;
	font-weight: bold;
}

.subTotal {
	background: #4F4F4F;
	border-right: 1px solid #8F8F8F;
	border-bottom: 1px solid #8F8F8F;
	font-weight: bold;
}

#continueShopping, #checkout {
	margin: 10px 0px;
	font-size: 10px;
	border: 0;
}

#continueShopping {
	float: left;
	height: 26px;
	padding: 0px 5px;
	width: 130px;
}

#continueShopping, #updateCart, #printOrder, #continueServer {
	background: #4F4F4F;
	border: 1px solid #8F8F8F;
	font-size: 11px;
	color: white;
}

#updateCart, #printOrder, #continueServer {
	padding: 0px 5px;
	height: 26px;
}

#checkout {
	float: right;
	height: 26px;
	padding: 0px 5px;
	background: #4F4F4F;
	border: 1px solid #8F8F8F;
	color: white;
}

#qty {
	border: 1px solid #8F8F8F;
	background: #4F4F4F;
	padding: 2px;
	margin: 2px 0px;
	color: #C8C8C8;
	width: 20px;
	font-size: 11px;
}

#noAccount {
	clear: both;
	width: 600px;
}

#noAccount p {
	padding: 5px 0px;
}

/* @end */

.size10, .red10 {
	font-size: 10px;
}

.size14 {
	font-size: 14px;
	font-weight: bold;
}

.clear {
	clear: both;
}

/* @group File Upload */

/* Error */
.flash .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.flash .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.flash .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.flash {
	width:350px;
	height:70px;
	float:none;
	margin-bottom:10px;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

/* @end */

/* Downloads table */

table.downloadsTable {
	border-collapse:collapse;
}

table.downloadsTable th {
	text-align: left;
	width: 700px;
	padding: 10px;
}
table.downloadsTable tr td {
	border: 1px solid black;
	padding:  3px;
}
table.downloadsTable tr td.type {
	padding: 10px;
	width: 30px;
}

/* @end */

#divStatus {
	padding: 10px 0;
}

h3.related {
	float: left;
	padding-top: 10px;
}

#gallery { 
	position: relative;
	width: 540px;
	float: left;
}

#gallery li { display: block; }

/* Error messages */

.errorMessage {
	color:#E70E0E;
	font-weight:bold;
	border:1px solid #999;
	background-color:#000;
	padding:3px;
}

/* @end */