/* CSS Document */
html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	text-align:center;
}

.store-table {
	border-left:solid 1px #C5E3E4;
	border-right:solid 1px #C5E3E4;
	height:100%;
	margin:auto;
	width:597px;
}

.store-table .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #507C6F;
}

.store-table #header {
	height:119px;
	width:597px;
}

.store-table #livingroom {
	height:100%;
}

.store-table #footer {
	background-color: #17AB9F;
	height: 50px;
	color:#FFF;
	text-align:center;
}

.store-table th {
	background-color:#FCF8FA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-weight: bold;
	height:20px;
	max-height:20px;
	text-align:left;
}

.store-table td {
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5B716C;
	text-align:left;
}

.store-table #productDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5B716C;
	text-align:left;
	margin:0 50px 50px 50px;
}

.store-table .error {
	color:#99007A;
	font-weight:bold;
}

.store-table .category-item {
	width:50%;
	text-align:center;
}

.store-table a{
	text-decoration:none;
}

.store-table a:hover{
	text-decoration:underline;
}

.store-table form input.button {
	background-color:#FFF;
	border:solid 1px #17AB9F;
	color:	#17AB9F;
	font-weight:bold;
	font-size:10px;
	cursor:pointer;
	font-variant:small-caps;
}

.store-table form .text {
	border: 1px solid #B6DCDC;
	line-height: 10px;
	background-color: #FCFEFE;
	width:150px;
}

.store-table .submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #507C6F;
	vertical-align:middle;
	text-align:right;
	background-color:#FCF8FA;
	height:20px;
	max-height:20px;
	padding-right:10px;
}

.store-table .submenu a{
	color: #507C6F;
	text-decoration:none;
}

.store-table .submenu a:hover{
	text-decoration:underline;
}

.store-table .format-center {
	text-align:center;
}

.store-table .format-right {
	text-align:right;
}

.store-table .format-left {
	text-align:left;
}

h4 {
	display:inline;
}

.store-table hr {
	margin:5px 0 5px 0;
	border-top:solid 1px #CCC;
}

.cart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5B716C;
	text-align:left;
	vertical-align:top;
	padding:0 15px 15px 15px;
}

.cart table {
	width:100%;
}

.cart .odd-row td {
	background-color:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:middle;
}

.cart .even-row td {
	background-color:#FCF8FA;
	border-bottom:solid #CCCCCC 1px;
	border-top:solid #CCCCCC 1px;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:middle;
}


.cart table th{
	background-color:#FCF8FA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #99007A;
	border-bottom:solid #CCCCCC 1px;
	font-weight: bold;
	text-transform: none;
}

.cart .numbers {
	text-align:right;
	padding-right:10px;
}

