/* Predefined stylesheet - contains basic generic styles */

/* Misc Styles */

.clearall {
	clear: both;
}

/* Html styles */

/* Body styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Wrapper styles */

.main-wrapper {
	position: relative;
	border-top-style: none;
	margin-top: 0px;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-width: 10px;
	border-bottom-width: 10px;
	border-right-width: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
.header-wrapper {
	height: 141px;
	width: 960px;
}
.controls-wrapper {
}
.menubar-wrapper {
	position: relative;
	width: 960px;
}
.mainmenu-wrapper {
}
.search-wrapper {
}
.leftcol-wrapper {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	width: 190px;
}
.rightcol-wrapper {
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	width: 732px;
}
.breadcrumb-wrapper {
}
.minibasket-wrapper {
}
.product-wrapper {
}
.footer-wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

/* Header styles */

.header-wrapper .custom {
}

.header-wrapper p {
	display: inline;
}

/* Main menu styles */

.mainmenu-wrapper {
	display: inline;
}
.mainmenu-wrapper ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-left: 0px;
}

.mainmenu-wrapper li {
	list-style-type: none;
	display: inline;
	margin: 0;
}

/* Search wrapper */

.search-wrapper, .search-wrapper p, .search-wrapper form {
	display: inline;
}

/* Banner wrapper */

.banner-wrapper {
}

/* Category wrapper */

.category-wrapper {
	display: block;
}

.standard-wrapper {
	padding: 0px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	float: left;
	width: 181px;
}

/* Product wrapper */

.product-wrapper {
}

.product-wrapper .leftpcol-wrapper {
	padding-top: 0px;
	float: left;
	width: 366px;
}

.product-wrapper .rightpcol-wrapper {
	position: relative;
	padding-top: 0px;
	float: left;
	width: 362px;
}

.product-wrapper .rightpcol-wrapper .options-wrapper {
}

/* Footer styles */

.footer-wrapper ul {
	padding-bottom: 3px;
	padding-top: 10px;
	margin: 0px;
	text-align: center;
	font-size: 0.8em;
}

.footer-wrapper li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 3px 0 6px;
	border-left: 1px solid;
}

.footer-wrapper li.first {
	padding-left: 0;
	border: 0;
}

/* Validation styles */

.validate-success {
	color: #339966;
}

.validate-error {
	color: red;
}