/**
 ** MAIN LAYOUT MARKUP
 **/

/* GENERAL */
body {
	margin: 10px;
	text-align: center;
}
p {
	margin-top: 0px;
	margin-bottom: 14px;
}
#layoutTable {
	border: 1px solid black;
	padding: 0px;
	width: 750px;
}

/* BANNER */
#banner {
	background-image: url(images/banner_shop.jpg);
	background-repeat: no-repeat;
	height: 130px;
	text-align: right;
	vertical-align: top;
}
#logo {
	margin: 20px;
}

/* MENU */
#menu, #footer {
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: middle;
}
#menu a, #footer a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
#menu a {
	float: left;
}
#menu a:hover, #footer a:hover {
	text-decoration: underline;
}
#menu a.right {
	float: right;
}
#menu {
	text-align: left;
}

/* FOOTER */
#footer {
	text-align: right;
}

/* SIDEBAR */
#sidebar {
/*	background-color: #D6C499;*/
/*	background-image: url(images/frame_corner.gif);*/
/*	background-position: bottom left;*/
/*	background-repeat: no-repeat;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 180px;
}
#sidebar ul {
	margin-top: 0px;
}
#sidebar li {
	margin-left: -24px;
}
#sidebar a {
	color: black;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .categoryType {
	margin: 10px;
	margin-left: 0px;
}
#sidebarSmall {
/*	background-color: #D6C499;*/
/*	background-image: url(images/frame_corner.gif);*/
/*	background-position: bottom left;*/
/*	background-repeat: no-repeat;*/
/*	width: 30px;*/
	width: 0px;
}

/* PAGE CONTENT */
#content {
/*	background-image: url(images/frame_long.gif);*/
	background-position: top;
	background-repeat: repeat-x;
	padding: 20px;
	text-align: left;
	vertical-align: top;
}

/**
 ** THUMBNAIL IMAGES
 **/

/* FULLSIZE PRODUCT IMAGES */
#productImage {
	border:	1px solid black;
	height: 450px;
	width: 300px;
}

/* LARGE THUMBNAILS */
.largeThumbnail {
	width: 160px;
	margin-right: 16px;
	margin-top: 10px;
	float: left;
}
.largeThumbnail img {
	border:	1px solid black;
	cursor: pointer;
	height: 190px;
	width:	160px;
}
.largeThumbnailLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	text-align: center;
	height: 30px;
}
.largeThumbnailLabel a {
	color: black;
	text-decoration: none;
}
.largeThumbnailLabel a:hover {
	text-decoration: underline;
}
.largeThumbnail_small {
	width: 116px;
	margin-right: 16px;
	margin-top: 10px;
	float: left;
}
.largeThumbnail_small img {
	border:	1px solid black;
	cursor: pointer;
	height: 138px;
	width:	116px;
}
.largeThumbnail_small .largeThumbnailLabel {
	height: 45px;
}

/* SMALL THUMBNAILS */
.smallThumbnail {
	width: 110px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
}
.smallThumbnail img {
	border:	1px solid black;
	cursor: pointer;
	height: 131px;
	width:	110px;
}

/**
 ** AVAILABILITY TABLE
 **/
.availability {
	border-right: 1px solid #D6C499;
	margin-bottom: 20px;
}
.availability .size {
	background-color: #E6D6B5;
	border-left: 1px solid #D6C499;
	border-top: 1px solid #D6C499;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
.availability .style {
	border-left: 1px solid #D6C499;
	border-top: 1px solid #D6C499;
	padding: 2px;
	padding-right: 4px;
}
.availability .selector {
	border-top: 1px solid #D6C499;
	border-left: 1px solid #D6C499;
	padding: 2px;
	text-align: center;
}
.availability .add {
	border-bottom: 1px solid #D6C499;
	border-left: 1px solid #D6C499;
	border-top: 1px solid #D6C499;
	padding: 2px;
}
.availability .bl {
	border-top: 1px solid #D6C499;
}

/**
 ** ONLINESTORE
 **/
.OnlineStore_Cart_buttons {
	margin-bottom: 10px;
	margin-top:	40px;
	text-align: right;
	width: 100%;
}
.OnlineStore_Cart_buttons input {
	margin-left: 10px;
}

.OnlineStore_Cart_view {
	width: 100%;
}
.OnlineStore_Cart_view td {
	padding-top: 6px;
}
.OnlineStore_Cart_view th {
	border-bottom: 1px dotted black;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-top: 20px;
}
.OnlineStore_Cart_view .OnlineStore_Cart_totalLabel {
	font-weight: bold;
	padding-right: 10px;
	padding-top: 30px;
	text-align: right;
}
.OnlineStore_Cart_view .OnlineStore_Cart_field {
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 200px;
}
.OnlineStore_Cart_view .OnlineStore_Cart_total {
	font-weight: bold;
	padding-top: 30px;
}
.OnlineStore_Cart_view .OnlineStore_Cart_error input,
.OnlineStore_Cart_view .OnlineStore_Cart_error select,
.OnlineStore_Cart_invoice .OnlineStore_Cart_error input {
	background-color: red;
	color: white;
}

.OnlineStore_Cart_invoice {
	width: 100%;
	border-right: 1px solid black;
}
.OnlineStore_Cart_invoice td, .OnlineStore_Cart_invoice th {
	padding: 4px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	text-align: center;
	vertical-align: middle;
}

/**
 ** AXISCMS
 **/

.App_Publish_info {
	margin-top: 20px;
}
.App_Publish_info a {
	text-decoration: none;
}
.App_Publish_info a:hover {
	text-decoration: underline;
}
.App_DPage_Content {
	width: 100%;
}