/* orders */
/* cart */
/* checkout */

/* ****************************************************************************** Pages */

.main {
	max-width: 960px;
	min-height:200px;
	margin: 0 auto;
	height: 100%;
}

.pagetitle {
	margin:0;
	padding: 30px 0;
	font-size: 26px;
	color: #ae0000;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

.content {
	padding: 25px;
	background-color: #FFF
}

.top {
	margin-top: 20px;
}


hr {
	border: #ebebeb 1px solid;
}

.input-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 8px 13px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-inline .input-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

/* ****************************************************************************** Login 
#login
.user-form
*/

#login input  {
}

#login .content form {
	max-width:350px; margin:0 auto;
}
#lostpassword .content form {
	max-width:350px; margin:0 auto;
}
#cl_login .content {
	text-align:center;
}

/******************************************/


.user-form {
	margin: 20px auto 0 auto;
}

.user-form .content {
	max-width: 440px;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
	text-align: center;
}



.user-form h3 {
	margin: 0;
	padding: 25px 0;
    color: #313133;
	text-align: center;
	font-size:14px;
}


.user-form form table {
	margin: auto;
}

.user-form table td {
	padding:4px;
	margin:0 auto;
}

.user-form .textInput {
	display: block;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.user-form #submit {
	width: 150px;
	height: 32px;
	margin-bottom: 1.125em;
	padding: 0.56em;
	font-size: .875rem;
	font-weight: bold;
}

.user-form .assistance {
	clear: both;
}

.user-form .assistance a, a:visited, a:hover {
	text-decoration: none;
}

.user-form .assistance p {
	margin-top: 1.125em;
}

.user-form input.half  {
    width: 49%;
}

.user-form input.quarter  {
    width: 24%;
}

.user-form input.twothirds  {
    width: 74%;
}


/* ********************************************************************************Reset Password */
/* ********************************************************************************Change Password */
.label {
	color: #000000;
	text-align: right
}
.error {
	color: #ff0000;
	text-align:center;
}

/* ********************************************************************************Category List */
/* category 

<div class="category"> <a name="cat302"></a>
		<div class="categorythumb"> <a href="?catId=302" title="N'Joy"><img src="100x100.jpg" vspace="3" hspace="3" border="1" align="left" width="75" height="75"></a> </div>
		<div class="categorytext">
			<h2 class="name categorylistname"><a href="?catId=302" title="title">title</a></h2>
			<div class="description">Description click here to see what's available</div>
		</div>
</div>
*/
.category-list {
    width: 100%;	
}
.category-list .category {
	vertical-align: top;

	position: relative;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #999999;
	line-height: 1.8em;
	padding: 10px;
	margin: 10px 0;
	border-bottom: 1px solid #CCC;
}
.category-list .category:after {
	content: " ";
	display: table;
	clear: both;
}

.category-list .category:last-child {
	border-bottom: none;
}

.category-list .category .categorythumb {
	float: left;
	padding: 0;
	margin: 15px 0 15px 15px;
	width: 100px;
}
.category-list .category .categorythumb a {
	height:75px;
	width:75px;
	margin:0 auto;
	display:block;
	line-height: 1.8em;
}

.category-list .category .categorythumb img {
	height:100%; width:100%;
	margin:0 auto;
	vertical-align: middle;
}
.category .categorytext {
	padding: 0;
	margin: 0 0 10px 15px;
}
.category-list h2.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding: 10px 0 0 0;
}

.category-list .category .name a {
	color: #ae0000;
	text-decoration: none;
	font-weight: bold;
}

.category-list .category a:links {
	color: #a44d48;
	text-decoration: none;
}
.category-list .category a {
	line-height: 1.8em;
	color: #999999;
	text-decoration: none;
}
.category-list .category a:hover {
	line-height: 1.8em;
	text-decoration: underline;
}

.category-list .category .description, .category-list .category .description p {
	display:none;
	
	font-size:12px;
	color: #444444;	
	line-height:1.6em;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////*/

.categorythumb + .itemtext {
	margin-left: 115px;
}


/* ********************************************************************************Item List */
.item-list {
	width: 100%;
}

.item-list h2 {font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 23px; font-weight: normal; color:#ae0000; margin:0px; padding:10px 0 0 0;}
.item-list h2 a {color:#ae0000; text-decoration:none;}

.item {
	position: relative;
	background-color:#fff;
	padding:10px 0 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 12px; color:#999999; line-height:1.4em;
	margin:10px 0;
	border-bottom: 1px #ccc solid;
}

.item:last-child {
	border-bottom: none;
}

.item:after { content: " "; display: table; clear: both; }

.item .itemthumb { float:left; padding:0; margin: 15px 0; width:115px; text-align:center;}
.item .itemtext { padding:0; margin: 0 20px 10px 15px;}
.itemthumb + .itemtext {
	margin-left: 130px;
}
.item img {vertical-align: middle; max-width: 100px;}

.item a:links {color: #a44d48;text-decoration: none;}
.item a {line-height:1.8em; color:#999999; text-decoration:none; }
.item a:hover {line-height:1.8em; color:#999999; text-decoration:underline;}

.itemtext .description, .itemtext .description p {
	font-size:12px;
	color: #444444;
	line-height:1.6em;
}



@media (max-width: 768px) {
.item {
	padding: 0;
}
}

/* ********************************************************************************Item Detail */

#item-info {
	padding:0;
	margin: 0 auto;
}

#item-info .cartX {
	width:100%;
}
#item-info .content {
	margin-top: 20px;
	padding: 25px;
}
#item-info .itemTitle {
	font-size: 24px;
	color: #ae0000;
	font-weight: bold;
}
#item-info .description {
	font-size: 12px;
	color: #444444;
	margin: 20px 0;
}
#item-info .description p {
	font-size: 12px;
	color: #444444;
}
#item-info .images {
	text-align: center;
}
#item-info .images img {
	max-width:920px;

		outline: 0;
		max-width: 100%;
		height: auto;
}

#item-info .options {
	margin-left: 15px;
	font-size: 12px;
	color: #444444;
}

#item-info .price {
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #313133;
}


/* ********************************************************************************Cart */

#cart {
	margin:0 20px;
}
#cart a {
	color: #000000;
}
#cart a:hover {
	color: #ae0000;
}
#cart table {
	border-collapse:collapse;
	background:#f7f7f7;
}
#cart td, #cart th {
	padding: 10px;
	border: #000000 1px solid;
}
#cart th {
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	background-color: #464646;
	color: #ffffff;
	text-decoration: none;
}
#cart .basketDescription {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#cart .basketRemove {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
#cart .basketDescription li {
	font-size: 11px;
	margin-left: 10px;
	color: #555;
	font-weight: normal;
}
