/*------------------------------------------------------------------
[Urban Element Layout Stylesheet]

Project:	grade Six Supplies  
Version:	1.2
Last change:	15/10/08 [CMS Styling DJ]
Assigned to:	Dave Johnston [DJ]

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
	1.1. Container / #container
	1.2. Wrapper / #wrapper
2. Header / #header
	2.1. Navigation / #primary_navigation
		2.1.1. Secondary Navigation / #sub_nav
3. Content / #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
		3.2.1. tables / table
	3.3. Column 3 / #column_3
	3.4. Sidebar / #sidebar
		3.4.1. RSS / #rss
		3.4.2. Search / #search
		3.4.3. Boxes / .box
	3.5. Form Styling 
4. Footer / #footer

5. Miscellaneous
6. Recycle bin 

-------------------------------------------------------------------*/

/* ///////////////////////////////////////////////////////////////////////// 
1.0-BODY------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

body {
	background-color: #FFFFFF;
	background-image: url(../Media/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 25px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h1 {
	font-weight: normal;
	font-size: 1.8em;
	color: #46496A;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 15px;
}
h1 strong {
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #ACAFBD;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
h3 {
}
h4 {
}
h4 em {
}
h5 {
}
p{
}
hr {
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
}
ul{
}
li{
}
ol{
}
table{
}
td, th {
}
th {
}
td {
}
caption {
}
#wrapper {
}


/*1.1-CONTAINER-------------------------------------------------------------------------------{}*/

#container{
	background-color: #FFFFFF;
	display: block;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/*1.2-WRAPPER-------------------------------------------------------------------------------{}*/


/* ///////////////////////////////////////////////////////////////////////// 
2.0-HEADER------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

/*2.1-SECONDARY NAVIGATION-------------------------------------------------------------------------------{}*/

#sub-nav {
	display: block;
	height: 25px;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
}
#sub-nav ul {
	list-style-type: none;
	float: right;
}
#sub-nav li {
	float: left;
}
#sub-nav ul a {
	float: left;
	display: block;
	font-size: 0.7em;
	color: #C9CBDA;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	height: 15px;
	padding-top: 10px;
	text-align: center;
}
#sub-nav ul a:hover {
	color: #FFFFFF;
}

/*2.2-HEADER-------------------------------------------------------------------------------{}*/

#header {
	display: block;
	height: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	clear: both;
}

#logo {
}
/*2.2.1-SEARCH-------------------------------------------------------------------------------{}*/

#search {
	height: 35px;
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 700px;
}
#search .search_textbox {
	height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 10px;
	width: 130px;
	background-repeat: repeat-x;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: left top;
}
#search .search_button {
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-color: #000000;
	/*background-image: url(../Media/images/shop_1/search_button.gif);
	display: inline;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}

/*2.3-NAVIGATION-------------------------------------------------------------------------------{}*/

#primary_nav {
	display: none!important;
	height: 35px;


	margin-top: 15px;
	clear: both;
}
#primary_nav ul {
	list-style-type: none;


}
#primary_nav li {
	float: left;
	display: block;
	width: auto;
}
#primary_nav ul a {
	display: block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px;
	height: 15px;
	margin-right: 5px;
	margin-left: 5px;

}
#primary_nav ul a:hover {
	background-color: #FACD2C;
	cursor: pointer;
}
#nav_home .nav_home, #nav_about .nav_about, #nav_products .nav_products, #nav_services .nav_services, #nav_portfolio .nav_portfolio, #nav_why .nav_why, #nav_news .nav_news, #nav_contact .nav_contact {
}

/*2.3.1-SIDE_NAVIGATION-------------------------------------------------------------------------------{}*/

#column_1 .side_nav {

}

#column_1 .side_nav ul {
	list-style-type: none;
	margin-top:3px;
}

#column_1 .side_nav li {
    white-space: normal;
}

#column_1 .side_nav a {
	display: block;
	margin: 2px 5px 2px 5px;
	background-color: #E3E4E9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #46496A;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	white-space: normal;
}

#column_1 .side_nav a:hover {
	color: #FFFFFF;
	background-color: #464968;
	cursor: pointer;
	
}

/*2.4-IMAGE CONTAINER-------------------------------------------------------------------------------{}*/


/* ///////////////////////////////////////////////////////////////////////// 
3.0-CONTENT------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#feature_boxes {
}
#content {
	display: block;
	clear: both;
	padding-bottom: 25px;
}
#content ul{
}
#content li{
}
#content h3 {
}
#content h3 strong {
}
#content p {
}
.thumbright {
	float: right;
	clear: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

/*3.1-COLUMN 1-------------------------------------------------------------------------------{}*/

#column_1 {
	display: block;
	float: left;
	width: 200px;
}
.feature {
	display: block;
	height: 130px;
	margin: 5px;
}
.discount {
	background-image: url(../Media/images/discounts.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.offer {
	background-image: url(../Media/images/offers.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*3.2-COLUMN 2-------------------------------------------------------------------------------{}*/

#column_2 {
	display: block;
	float: left;
	width: 525px;
	padding-left:15px;
}
#column_2 h4 {
	margin-bottom: 10px;
	color: #ACAFBD;
	font-size: 0.8em;
	line-height: 1.2em;
}
#column_2 p 
{
	margin-bottom: 10px;
	color: #555B6A;
	font-size: 0.8em;
	line-height: 1.2em;
}


.section_button {
	display: block;
	height: 50px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #464B6B;
	font-weight: normal;
	color: #FFF;
	font-size: 0.8em;
	border: 3px solid #FFFFFF;
	line-height: 2em;
}
.section_button:hover {
	border-top-color: #FACD2C;
	border-right-color: #FACD2C;
	border-bottom-color: #FACD2C;
	border-left-color: #FACD2C;
}
.section_button strong {
	font-size: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
}

.homepageFeature
{
	display: block;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #464B6B;
	font-weight: normal;
	color: #FFF;
	font-size: 0.8em;
	border: 3px solid #FFFFFF;
	line-height: 2em;	
}

.homepageFeature a
{
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.homepageFeature .title 
{
	text-decoration: none;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
}

.homepageFeature .rightBox 
{
	float:right;
	width:120px;
	margin-left:5px;
}


.product_pages {
	color: #464B6B;
	border-width: 1px;
	border-style: dotted;
	border-color: #7F8799;
	background: #EDF0F4;
	display: block;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
.product_pages a {
	color: #464B6B;
	text-decoration: none;
}
.product_pages a:hover {
	text-decoration: underline;
}
#column_2 .sub_category_list { /*this is the ul list of sub categories*/
	clear: both;
	padding-bottom: 20px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#column_2 .sub_category_list li
{
	float: left;
}

#column_2 .sub_category_list a{
	text-transform: none;
	font-size: 0.8em;
	color: #999999;
	margin-right: 12px;
	padding-bottom: 7px;
	display: block;
	float: left;
	text-decoration: none;
}
#column_2 .sub_category_list a:hover{
	color: #666666;
	text-decoration: underline;
}
#column_2 .sub_categories_title {
	font-weight: bold;
	padding-top: 10px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/*3.2.1-TABLE-------------------------------------------------------------------------------{}*/

#column_2 #basket table {
	color: #7F8799;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 15px 5px 15px 5px;
}
#column_2 #basket th {
	color: #46496A;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	background: #EDF0F4;
	padding: 8px;
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
	border-color: #7F8799;
	display: block;
}
#column_2 #basket tr {
	padding: 5px;
}
#column_2 #basket td {
	padding: 8px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #7F8799;
}









/*#column_2 tr:nth-child(odd) td {
	background: #EDF0F4;
}*/
.remove_button {
	background-image: url(../Media/images/icon-component-delete.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -1000px;
	display: block;
	overflow: hidden;
}

/*3.3-COLUMN 3-------------------------------------------------------------------------------{}*/

#column_3 {
	display: block;
	float: left;
	width: 230px;
}
#column_3 h3 {
	display: block;
	height: 25px;
	background-repeat: no-repeat;
	background-position:-40px 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 10px;
	padding-top: 7px;
	clear: both;
}

#column_3 h4{
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #46496A;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 30px;
}

#column_3 h4 a
{
	text-decoration:none;
	color: #46496A;
}

#column_3 h4 a:hover
{
	text-decoration:none;
	color: #2c2e43;
}


.icon_tel { background-image: url(../Media/images/icon_phone.jpg); }
.icon_email { background-image: url(../Media/images/icon_email.jpg); }
#column_3 p {
	margin-bottom: 10px;
	margin-left: 15px;
	color: #7F8799;
	font-size: 0.8em;
	line-height: 1.2em;
}
#column_3 strong {
	color: #464B6B;
	font-weight: bold;
	line-height: 1.6em;
	font-size: 1.2em;
}
#column_3 a {
}
#column_3 a:hover {
}
.discount_was {
	color: #990000;
	text-decoration: line-through;
	font-size: 1.2em;
}
.discount_now {
	font-weight: bold;
	color: #00CC66;
	font-size: 1.2em;
}
.blue_button {
	text-align: center;
	display: block;
	height: 23px;
	width: 100px;
	text-decoration: none;
	color: #E3E4E9;
	background-image: url(../Media/images/button_basket.png);
	float: right;
	margin-right: 10px;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 15px;
}
.grey_button {
	text-align: center;
	display: block;
	height: 23px;
	width: 100px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../Media/images/button_info.png);
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 15px;
}

/*3.4-SIDEBAR-------------------------------------------------------------------------------{}*/

/*3.4.1-RSS-------------------------------------------------------------------------------{}*/

/*3.5-FORM STYLING-------------------------------------------------------------------------------{}*/

.formTxtBox{
	width: 98%;
	height: 20px;
	padding: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9AB3B8;
	background-color: #FEFEFE;
	margin-top: 5px;
	margin-right: 5px;
}
.formTxtBoxMulti{
	width: 98%;
	height: 150px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9AB3B8;
	background-color: #FEFEFE;
	margin-top: 5px;
	margin-right: 5px;
}
label {
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 1.2em;
	color: #3f3f3f;
	line-height: 1em;
	margin-top: 2px;
	padding-top: 5px;
	clear: both;
}
fieldset {
	padding: 25px;
	background-color: #F5F6F8;
	display: block;
	border: 1px solid #9AB3B8;
	margin: 25px;
}
.formButton {
	color: #FFFFFF;
	width: 99%;
	margin-top: 15px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	height: 34px;
	margin-right: auto;
	background-image: url(../Media/images/formbutton-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #00ACD0;
	margin-left: auto;
}

/* ///////////////////////////////////////////////////////////////////////// 
4.0-FOOTER------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#container_footer {
	display: block;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 5px;
	border-top-style: solid;
}
#container_footer p {
	font-size: 0.8em;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#container_footer em {
}
#container_footer a {
	color: #FFFFFF;
}
#container_footer a:hover {
}
.payments {
	float: right;
	margin: 10px;
}


#footer {
	display: block;
	clear: both;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 25px;
}
#footer p {
	color: #9AA0B0;
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 10px;
}
#footer a {
	text-decoration: none;
	color: #9AA0B0;
}
#footer a:hover {
	color: #454869;
}




/* ///////////////////////////////////////////////////////////////////////// 
5.0-MISCELLANEOUS------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////////////////// 
6.0-RECYCLE BIN------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */
/*
Put old css in here:






*/








.product_container {
	border-bottom:solid 1px #464B6B;
	padding: 5px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
.product_container:hover {
	background: #EDF0F4;
}
.product_image {
	float: right;
	width:120px;
	clear: right;
}
.rmRootGroup, .rmItem 
{
	width:100%;
}
#column_2 .product_container .title 
{
	color: #464B6B;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1.0em;
}

#column_2 .product_container strong
{
	color: #464B6B;	
} 

#column_2 .product_container .productPurchase 
{
	border-top: dotted 1px #7F8799;
	display:block;
	height:35px;
	width:100%;
}


#column_2 .product_container .ProductDetails
{
	float:left;
	width:350px;
}
#column_2 .product_container .productPurchaseLeft
{
	float:left;
	width:250px;
	padding:10px 0px 0px 0px;
}


#column_2 .product_container .productPurchaseRight
{
	float:right;
	width:135px;
	text-align:right;
	padding:7px 10px 0px 0px;
}

#column_2 .product_container .addToBasket
{
	padding:4px 0px 2px 0px;
	width:100px;
	float:right;
}