/* ---------------------------- */
/* ------ GENERAL STYLES ------ */
/* ---------------------------- */

#mainTopCart {
	width: 960px;
	height: 100px;
	text-align: left;
	margin: 0 auto;
	border-bottom: 1px solid #999;
	background-image: url('/images/main/background-shopping-cart.jpg'); 
	background-repeat: no-repeat;
	background-position: right;
}

form {
	padding: 0;
	margin: 0;
}

.spacer {
	width: 960px;
	clear: both;
	height: 30px;
	margin: auto;
}

.spacerSmall {
	width: 960px;
	clear: both;
	height: 10px;
	margin: auto;
}

h1, h2 {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
}

input, textarea {
	margin: 5px 0px 0px 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px; 
	color: #888;
}

textarea {
	height: 60px;
	overflow: auto;
}

.shoppingBagQuantity {
	width: 40px;
	text-align: center;
	border: 1px solid #999;
}

/* --------------------------- */
/* ------ SHARED STYLES ------ */
/* --------------------------- */

.mainRow {
	clear: both;
	height: 30px;
	text-align: center;
}

.columnTwo {
	height: 30px;
	width: 350px;
	display: inline;
	text-align: left;
	float: left;
	line-height: 30px;
	overflow: hidden;
}

.columnThree {
	height: 30px;
	width: 100px;
	display: inline;
	text-align: center;
	float: left;
	line-height: 30px;
}

.columnFour {
	height: 30px;
	width: 100px;
	display: inline;
	text-align: left;
	float: left;
	font-size: 13px;
	line-height: 30px;
}

.columnFive {
	height: 30px;
	width: 100px;
	display: inline;
	text-align: left;
	float: left;
	font-size: 13px;
	line-height: 30px;
}

#shoppingBagNoItems {
    	width: 940px;
	margin: 10px auto;
	text-align: center;
}

#shoppingBagNoItems h1 {
	text-align: center;
	font-weight: normal;
	margin:  10px 0;
	padding: 0;
	font-size: 16px;
}

#shoppingBasketMessages {
    	width: 940px;
	margin: 10px auto;
	text-align: center;
	background-color: #F24F4F;
	border: 1px solid #840C0C;
	color: #FFF;
	font-weight: bold;
}

#shoppingBasketMessages h1 {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin:  10px 0 0 0;
	padding: 0;
}

#shoppingBasketMessages ul {
	list-style: none;
	position: relative;
	left: -20px;
}

#shoppingBasketMessages ul li {
	color: #FFF;
	font-weight: bold;
}

#shoppingBasketErrors {
    	width: 940px;
	margin: 10px auto;
	text-align: center;
	background-color: #F24F4F;
	border: 1px solid #840C0C;
	color: #FFF;
	font-weight: bold;
}

#shoppingBasketErrors h1 {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin:  10px 0 0 0;
	padding: 0;
}

#shoppingBasketErrors ul {
	list-style: none;
	position: relative;
	left: -20px;
}

#shoppingBasketErrors ul li {
	color: #FFF;
	font-weight: bold;
}

/* ---------------------------------- */
/* ------ SHOPPING BAG STYLES ------ */
/* ---------------------------------- */


#shoppingBag {
	width: 960px;
}

.columnOne {
	height: 30px;
	width: 160px;
	display: inline;
	text-align: left;
	float: left;
	line-height: 30px;
	overflow: hidden;
	padding: 0px 0px 0px 10px;
}

.columnSix {
	height: 30px;
	width: 120px;
	display: inline;
	text-align: center;
	float: left;
	line-height: 30px;
	overflow: hidden;
}

.columnSix img {
	height: 30px;
	line-height: 30px;
	width: 120px;
	border: 0;
	margin: 0;
}

#offerCode {
	width: 60px;
	text-align: center;
	border: 1px solid #999;
}

/* ----------------------------- */
/* ------ CHECKOUT STYLES ------ */
/* ----------------------------- */

#shoppingBagCheckout {
	width: 940px;
	margin: 10px auto 0px auto;
	background: #F5F5F5;
	border: 1px solid #DADADA;
}

.columnOneCheckout {
	height: 30px;
	width: 160px;
	display: inline;
	text-align: left;
	float: left;
	line-height: 30px;
	padding: 0px 0px 0px 75px;
}

#mainColumnOne {
	width: 470px;
	float: left;
	margin: 10px 0px 0px 10px;
}

#mainColumnTwo {
	width: 470px;
	float: left;
	margin: 10px 0px 0px 8px;
}

.rowColumnOne {
	width: 160px;
	float: left;
	height: 30px;
	text-align: left;
}

.rowColumnOneLarge {
	width: 160px;
	float: left;
	height: 60px;
	text-align: left;
}

.rowColumnTwo {
	width: 310px;
	float: left;
	height: 30px;
	text-align: left;
}

.rowColumnTwoLarge {
	width: 310px;
	float: left;
	height: 60px;
	text-align: left;
}

#mainForm {
    	width: 960px;
	margin: auto;
	text-align: left;
}

.mainRow {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.mainRowLarge {
	display: block;
	height: 60px;
	line-height: 30px;
	text-align: center;
}

.mainRowEngraving {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.inputBoxCheckout {
	text-align: left;
	border: 1px solid #999;
	width:200px;
}
