/**************************************\
|------------PAGE ELEMENTS-------------|
\**************************************/

body {
	background : url(images/background.jpg);
	color : #444;
}

.container {
	width : 752px;
	border : 3px solid #444;
	position : relative;
	padding-bottom : 20px;
}

#Logo {
	display : block;
	width : 750px;
	height : 135px;
	background : url(images/header.png) no-repeat;
}

#PageContent {
	width : 550px;
	float : right;
}

#InAssoc {
	margin-left : 40%;
	position : absolute;
	bottom : 5px;
}

/* End new */

.container a, .container a:link, .container a:visited, .container a[href^="http:"]:visited {
	padding : 0;
	text-decoration : none;
	color : #3E3E9C;
	background-image : none;
}

a:hover {
	text-decoration : underline;
	color : orange;
}

h1 {
	background : #7373b6;
	color : #eee;
	padding : 5px 2px;
	text-align : center;
	font-size : 1.8em;
	margin : 0px;
}

h2 {
	color : #7373b6;
	text-align : right;
	border-bottom : 1px solid #7373b6;
	border-right : 1px solid #7373b6;
	padding : 2px;
	font-size : 1.4em;
	margin : 10px 5px 5px 0px;
}

h3 {
	color : #666;
	font-size : 1.2em;
	margin : 0px;
}

h5 { margin : 3px 0; }

/**************************************/
/*             NAVIGATION             */
/**************************************/

#Path {
	width : 545px;
	float : right;
	padding : 0px;
	background : #eee;
	padding-left : 4px;
	border : 1px dashed #888;
	font-size : 0.9em;
	margin : 5px 0;
}

#Path li { display : inline; }

#Menu {
	width : 194px;
	float : left;
}

.submenu { 
	margin : 0;
	padding-bottom : 20px;
	background : url(images/main-navigation-background.png) bottom no-repeat;
	margin-bottom : 10px;
}

.submenu h4 {
	height : 24px;
	padding : 5px 0 0 20px;
	color : white;
	font-size : 1.1em;
	background : url(images/main-navigation-background.png) top no-repeat;
}

.container .submenu ul li {
	padding : 1px 0;
	width : 150px;
	margin-left : 20px;
}

.submenu ul li a, .submenu ul li a:link, .submenu ul li a:visited {
	text-decoration : none;
	color : #ffeed1;
}

.submenu ul li a:hover, .submenu ul li a:link:hover {
	text-decoration : underline;
}

ul#FilterPriceRange input {
	width : 15px;
}

#Search {
	width : 175px;
	border : 1px solid navy;
	background : #eef;
	clear : left;
	margin : 5px;
	position : relative;
	top : 10px;
	padding : 5px;
	padding-bottom : 20px;
}

#Search select , #Search input{
	margin-bottom : 4px;
	max-width : 150px
}

#SearchSubmit {
	margin-right : 10px;
	float : right;
}

/**************************************/
/*             BROWSE PAGE                   */
/**************************************/

form#OrderBy {
	padding-top : 4px;
	text-align : right;
	width : 97%;
}

#ItemListing { position : relative; }

#ItemListing   li {
	width : 46%;
	float : left;
	padding : 4px;
	margin : 1% 1% 1% 0;
	border : 2px dotted #e53169;
	height : 310px;
	position : relative;
}

#ItemListing img {
	display : block;
	margin : 2px auto;
}

#ItemListing h3 {
	background : #7373b6;
	padding : 2px;
	font-size : 1em;
	text-indent : 2px;
}

#ItemListing p { margin-bottom : .5em; }

#ItemListing h3 a, #ItemListing h3 a:link {
	color : #eee;
}

#ItemListing div {
	background : #dcdcff;
	height : 130px;
	clear : both;
	text-indent : 8px;
	position : absolute;
	bottom : 4px;
	width : 96.5%;
}

#ItemListing div li {
	line-height : 1em;
	width : 100%;
	float : none;
	padding : 4px;
	margin : 1% 1% 1% 0;
	border : none;
	height : auto;
}

#ItemListing ul { 
	margin : 0; 
	padding : 0;
}

ul.features { display : none; }

p.pagination {
	text-align : center;
	font-size : 1.1em;
	color : #666;
	line-height : 2em;
	background : #ddd;
	border : 1px solid #ccc;
	margin-top : 10px;
	width : 532px;
}

p.pagination strong {	color : #444; }

p.pagination a, p.pagination strong {
	padding : 2px 3px;
	border : 1px solid #ddd;
}

p.pagination a:hover {
	background : #ffe;
	border : 1px solid #ccc;
}

/**************************************/
/*             DETAIL PAGE                    */
/**************************************/

#Images {
	width : 250px;
	float : left;
	border : 1px solid #ccc;
	text-align : center;
	margin-top : 5px;
	padding-bottom : 4px;
}

#MainImage {
	margin : 5px auto;
}

ul#Thumbs { 
	background-color : #eee; 
	padding : 8px 0; 
}

#Thumbs li {
	display : block;
	width : 45%;
	float : left;
	background-color : #ccc;
	padding-top : 4px;
}

#Thumbs li a {
	height : 100px;
	display : inline-block;
}

#Thumbs img { 
	border : 1px solid #777; 
	padding : 3px;
	background-color : #fff;
}

#ProductInfo {
	width : 277px;
	float : right;
	border : 2px dotted #e53169;
	margin-top : 5px;
	margin-right : 5px;
	padding-left : 5px;
}

.azt_nested_feature {
	margin-left : 30px;
}

#Pricing {
	background : #fee;
	margin : 5px 10px;
}

#BuyBox {
	width : 90%;
	margin : 10px auto;
	border : 1px solid green;
	padding : 5px;
	padding-bottom : 20px;
}

#BuyBox select {
	max-width : 150px;
}

#BuyBox label {
	margin-bottom : 5px;
	display : block;
}

#BuyBox label b {
	display : inline-block;
	width : 70px;
}

#SelectedAttrs {
	margin : 8px 0;
	background : #eee;
}

#SuperSaver { display : none; }

#ExtendedInfo { 
	clear : both; 
	padding-top : 25px;
	margin-right : 5px;
}

#CartAddButton { 
	margin-right : 5px;
	float : right;
}

.review_date { 
	color : #333; 
	background : #eef;
	font-weight : normal;
	width : 140px;
	display : inline-block;
	padding : 3px;
	margin-right : 10px;
}

#ExtendedInfo h3 { background-color : #efe; }

#EditorialReviews h3 { padding : 3px; }

/**************************************/
/*               CART & CHECKOUT                       */
/**************************************/

#CartForm table.list { 
	width : 98%; 
	margin-top : 20px;
}

.container td, .container th { padding : 4px; }

#CartForm th { background-color : #ddd; }

#CartForm  .control_delete {
	display : block;
	width : 16px;
	height : 16px;
	margin-left : 4px;
	background : url(/css/images/cross.png) right 2px no-repeat; 
}

.display_options {
	color : #666;
}

#CartForm h5 {
	font-size : 1em;
	border-bottom : 1px solid #777;
}

#CartTotals {
	background-color : #ccf;
	color : navy;
	width : 280px;
	padding : 10px;
	float : right;
	font-weight : bold;
	margin : 8px 8px 0 0;
	text-align : right;
}

#CartTotals p {
	margin : 0;
	padding : 0;
	margin-top : 8px;
	padding-right : 8px;
	border-bottom : 1px solid #666;
}

#Total {	color : brown; }

.note { 
	font-size : 0.9em; 
	color : #777;
	padding-top : 8px;
}

a#CheckoutLink {
	display : block;
	clear : both;
	float : right;
	font-size : 2em;
	margin : 10px 5px;
	border : 1px solid green;
	background-color : paleyellow;
	padding : 5px 10px;
}








