/* generic styles */



/* removes lines around button when clicked */
a:focus {
  outline-style: none;
}

table {
	border: 0;
    border-collapse: collapse;
}
th {
    text-align: left;
}
td {
    vertical-align: top;
	padding: 0;
}
img {
    border: 0;
}
form {
    margin: 0;
}
input, select, textarea {
    padding: 0;
    margin: 0;
}
input.radio {
    margin-bottom: -2px;
}

ul {
	margin:0px 0px 0px 15px;
	padding:0px;
}

li {
	padding-bottom:4px;
	list-style-image:url(../template_images/bullet.gif);
	*list-style-image:url(../template_images/bullet_ie.gif);
}

body {
	margin: 0px;
	background-image:url(../template_images/site_bg.jpg);
	background-repeat:repeat-x;
	background-color:#660000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
}


/* text/link styles */
p, td, th, li, div, input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}

p {
	margin:0px;
	margin-bottom:15px;
	line-height:16px;
}

h1 {
	color:#333333;
	font-size:32px;
	margin:-6px 0px 10px 10px;
	font-weight:normal;
}

h2 {
	color:#ffffff;
	font-size:28px;
	font-weight:normal;
	margin:0px 0px 10px 0px;

}

h3 {
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

h4 {
	font-size:11px;	
	margin:0px 0px 0px 0px;
}

h5 {
	color:#cc0000;
	font-size:14px;
	margin:0px 0px 5px 0px;	
}

h6 {
	color:#333333;
	font-size:12px;
	margin:0px 0px 4px 0px;
}

.link_red {
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
}

.link_red:hover {
	text-decoration:underline;
}

.link_333 {
	color:#333333;
	text-decoration:none;
}

.link_333:hover {
	text-decoration:underline;
}

a {
	color:#cc0000;
}

/* div styles */
div {
	float:left;
}

div#site_holder {
	width:950px;
	position:absolute;
	left:50%;
	margin-left:-475px;
}

div#logo {
	width:300px;/*475px;*/
	height:30px;/*78px;*/
	padding:38px 0px 0px 15px;
}

div#nav {
	width:620px;/*475px;*/
	padding-right:15px;
	height:27px;/*78px;*/
	padding-top:51px;
	text-align:right;
	color:#ffffff;
	font-size:12px;
}

div#nav a, div#footer_txt a {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}

div#nav a:hover, div#footer_txt a:hover {
	text-decoration:underline;
}

/*page center entry */
div#pce_holder {
	float: left;
	width:950px;
	height:485px;
	background-image:url(../template_images/pce_bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}

div#latest_news_holder {
	float: left;
	width:698px;
	height:74px;/*104px;*/
	margin-top:381px;
	margin-left: 15px;
	position: relative;
	display: inline;
	/*background-color:#0000FF;*/
}

div#latest_news_holder h3 {
	padding-top: 15px;
	color:#333333;
	position: relative;
	display: inline;
	float: left;
	width: 100%;
}

div.latest_news {
	width:213px;/*228px;*/
	height:60px;
	padding-right:15px;
	position: relative;
	display: inline;
	/*background-color:#00FF00;*/
}

div.latest_news p {
	margin-bottom:5px;
}

div#welcome_ql_holder {
	float: left;
	width:205px;/*235px;*/
	height:425px;/*485px;*/
	padding:30px 15px 30px 15px;
	position:relative;
	/*background-color:#FFFF00;*/
}

div#welcome_ql_holder p {
	color:#ffffff;
}

div.quick_links {
	float: left;
	width:100px;
}

div.quick_links a {
	color:#ffffff;
	text-decoration:none;
}

div.quick_links a:hover {
	text-decoration:underline;
}

div#pce_footer_holder {
	float: left;
	width:950px;
	height:140px;
	background-color:#FFFFFF;
}

 a.image_gallery {
	display:block;
	width:210px;
	height:27px;
	cursor:pointer;
	background:url(http://www.italceramics.com.au/dev/template_images/image_gallery_btn.png);
}
 a.image_gallery:hover {
	background-position:0 -27px;
}
div#pce_footer_products {
	float: left;
	width:201px;/*221px;*/
	height:103px;/*123px;*/
	padding:10px;
	margin:15px 10px 0px 10px;
	background-repeat:no-repeat;
	position: relative;
	display: inline;
}

div#pce_footer_ss {
	float: left;
	width:201px;/*221px;*/
	height:103px;/*123px;*/
	padding:10px;
	background-repeat:no-repeat;
	margin:15px 13px 0px 0px;
	position: relative;
	display: inline;
}

div#pce_footer_diy {
	float: left;
	width:201px;/*221px;*/
	height:103px;/*123px;*/
	padding:10px;
	background-repeat:no-repeat;
	margin:15px 13px 0px 0px;
	position: relative;
	display: inline;
}

div#pce_footer_qs {
	float: left;
	width:201px;/*221px;*/
	height:103px;/*123px;*/
	padding:10px;
	background-repeat:no-repeat;
	margin:15px 0px 0px 0px;
	position: relative;
	display: inline;
}

div#pce_footer_products li, div#pce_footer_ss li, div#pce_footer_diy li, div#pce_footer_qs li {
	padding-bottom:2px;
}

div#search_holder {
	float: left;
	width:205px;
	height:89px;/*104px;*/
	padding-top:15px;
	position:absolute;
	bottom:0px;
	*margin-left:-200px;
	/*background-color:#00FF00;*/
	
}

input.search_products {
	float: left;
	width:135px;
	height:18px;
	padding-left:3px;
	border:1px solid #333333;
}

input#btn_search {
	*margin-top:1px;
}

div#pce_news_pg {
	width:920px;
	padding:30px 15px 30px 15px;
	background-color:#ffffff;
}

/*page center info */
div#pci_header {
	width:935px;/*950px;*/
	padding:165px 0px 0px 15px;
	height:45px;/*210px;*/
	background-image:url(../template_images/pci_header1.jpg);
	background-repeat:no-repeat;
	position:relative;
}

div#pci_header div#search_holder {
	right:15px;
}

div#pci_page_header {
	height:35px;/*70px;*/ 
	width:752px;/*950px;*/ 
	padding:35px 0px 0px 198px;
	background-color:#ffffff;
}

div#pci_page_header h2 {
	color:#333333;
	font-size:22px;
}

div#sidebar_pci_holder {
	width:950px;
	background-color:#ffffff;
	background-image:url(../template_images/pci_break.jpg);
	background-repeat:repeat-y;
	background-position:185px;
}
div#cart_pci_holder {
	width:910px;
	background-color:#ffffff;
	margin: 0 20px;
	position: relative;
	display: inline;
}

div#sidebar {
	width:155px;/*185px;*/
	height:200px;
	padding:0px 15px 0px 15px
}

div#sidebar a {
	color:#333333;
	text-decoration:none;
}

div#sidebar a:hover {
	text-decoration:underline;
}
div#sidebarorder {
	width:155px;/*185px;*/
	padding:0px 15px 0px 15px
}

div#sidebarorder a {
	color:#333333;
	text-decoration:none;
}

div#sidebarorder a:hover {
	text-decoration:underline;
}

div#pci_main_content {
	width:725px;/*765px;*/
	padding:0px 15px 0px 15px;
	/*background-color:#00FF00;*/
}


div#pci_main_content h2, div#pce_news_pg h2, div#cart_pci_holder h2{
	color:#333333;
	font-size:22px;
}

/* sidenav styles */
#ul_sub1 {
	
}

.li_sub1 {	
	margin-left:0px;
}

#ul_sub2 {
	margin-bottom:10px;
}

.li_sub2 {
	margin-left:5px;
}
/* end sidenav */

/* prod cat */
div.prodcat_items_holder {
	width:160px;
height: 250px;
	margin:0px 20px 30px 0px;
	position: relative;
	display: inline;
	/*background-color:#00FF00;*/
}

div.prodcat_items_holder_a {
	width:160px;
height: 250px;
	margin:0px 20px 30px 0px;
	position: relative;
	display: inline;
	/*background-color:#00FF00;*/
}

div.prodcat_items_holder p {
	margin:2px 0px 4px 0px;
	width: 150px;
	float: left;
}

div#prodcat_3_txt {
	width:352px;
	float: left;
	
}

div#prodcat_3_pic {
	width:340px;
	margin-left:30px;
	float: left;
	position: relative;
	display: inline;
}

select.size_select {
	width:150px;
	height:20px;
}
select.size_select1 {
	width:150px;
	height:20px;
	border: 1px solid #a7abae; 
}
div.enquiry_col1 {
	width:120px;
	height:18px;/*20px;*/
	padding:5px 0px 3px 0px;
	/*background-color:#00FF00;*/
}

div.enquiry_col2 {
	width:200px;
	height:20px;
	margin-right:400px;
	padding:3px 0px 3px 0px;
	/*background-color:#0000ff;*/
}

div.enquiry_col2b {
	width:200px;
	height:150px;
	margin-right:400px;
	padding:3px 0px 3px 0px;
	/*background-color:#0000ff;*/
}

textarea.enquiry_txtarea {
	width:196px;
	height:146px;
}

input.enquiry_txtfield {
	width:196px;
	height:16px;
	*margin-top:-1px;
}

.btn_submit {
	border:none;
	background-color:#FFFFFF;
	color:#cc0000;
	font-weight:bold;
	cursor:pointer;
}

select.select_brand {
	width:260px;
	height:20px;
}
.bgLine {
	background: url(../template_images/bg_line.gif) repeat-x;
	float: left;
	width: 352px;
/*	height: 87px;
*/
}
/*footer */
div#footer_holder {
	width:950px;
	height:50px;
}

div#footer_txt {
	width:950px;
	height:30px;
	padding-top:10px;
	text-align:center;
	color:#ffffff;
}
div#footer_txt a {
	font-size:11px;
}

/* contact/feedback */
div.contact_col1 {
	width:150px;
	height:18px;/*22px;*/
	padding-top:4px;
	/*background-color:#00FF00;*/
	margin:3px 0px 3px 0px;
}

div.contact_col2 {
	width:250px;
	height:22px;
	/*background-color:#FF0000;*/
	margin:3px 300px 3px 0px;
}

div.contact_col2a {
	width:250px;
	/*background-color:#FF0000;*/
	margin:3px 300px 3px 0px;
}

div.contact_col2 input {
	width:246px;
	height:18px;
	*margin-top:-1px;
}

div.contact_col2a textarea {
	width:246px;
	height:200px;
}

/* help */
#div_search {
}

.field_search {
	width:200px;
	height:22px;
	*margin-top:-1px;
	color:#4e4e4e;
	font-size:11px;
	padding-top:3px;
	padding-left:5px;
}

#help {
    color: #FFFFFF;
}

#help a {
    color: #FFFFFF;
}

.help_search {
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
}

.help_body {
    width: 100%;
    border-top: 1px solid #006AC;
    padding-top: 10px;
}

.help_icon {
    text-align: left;
    width: 16px;
}

.help_question {
    font-weight: bold;
    color:#333333;
    padding: 8px;
}    

.help_question a, .topten_qs a {
    color:#333333;
}

.help_answer {
    color:#333333;
    padding:5px 8px 10px 8px;
}    

.help_topten_holder {
    width: 100%;

}

.help_topten_header {
    font-weight: bold;
    color: #333333;
	padding:40px 8px 4px 8px;
}   


.topten_qs {
	padding:2px 8px 2px 8px;
}


#filerow {
    background-color:#f5f5f5;
}

#filerowalt {
    background-color:#f0f0f0;
}

/* cart */

.optionsBox {
	width: 300px; 
	float: left;
	margin: 12px 0 0 15px;
	position: relative;
	display: inline;	
}
.options {
	width: 100px; 
	float: left;
}
.qtyBox {
	width: 300px; 
	float: left;
	margin: 12px 0 0px 15px;
	position: relative;
	display: inline;	
	height: 50px;
}
.qty {
	width: 100px; 
	float: left;
}
.qtyinputbox {
	border: 1px solid #a7abae; 
	height: 17px; 
	padding-top: 2px; 
	padding-left: 2px;
	width: 30px;
}
.deleteCart {
	float: left; 
	width:81px; 
	color: #282828;
	font-size: 12px;
}
.delete_cart {
	float: left; 
	width:81px; 
	text-align: center;
	color: #494b4d;
	font-size: 11px;
}
.itemCart {
	float: left; 
	width:153px;
	text-align: center;
	color: #282828;
	font-size: 12px;
}
.item_cart {
	float: left; 
	width:153px;
	color: #494b4d;
	font-size: 11px;
	margin: 7px 0;
	text-align: center;
	
}
.nameCart {
	float: left; 
	width:347px; 
	color: #282828;
	font-size: 12px;
}
.name_cart {
	float: left; 
	width:347px;
	color: #494b4d;
	font-size: 11px;
}
.nameCart_o {
	float: left; 
	width:355px; 
}
.name_cart_o {
	float: left; 
	width:355px; 
}

.optionType {
	float: left; 
	width:243px; 
	color: #282828;
	font-size: 12px;
}
.option_Type {
	float: left; 
	width:243px;
	color: #494b4d;
	font-size: 11px;
}
.qtyCart {
	float: left; 
	width:68px; 
	color: #282828;
	font-size: 12px;
}
.qty_cart {
	float: left; 
	width:68px; 
	color: #494b4d;
	font-size: 11px;
}
.qty_cart input {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#494B4D;
	float:left;
	height:13px;
	padding:4px;
	text-align:center;
	width:16px;
}
.cartLine {
	background: url(../template_images/cartline.gif) repeat-x;
	float: left;
	width: 100%;
	height: 3px;
/*	height: 87px;
*/
}

/*order */

.of_left {
   	clear: both;
  	text-align: left;
  	width: 100px;
  	padding: 13px 5px 0px 0px;
  	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.of_right input {
   	background:#FAF9F9 none repeat scroll 0 0;
	border:1px solid #BFBFBF;
	color:#333333;
	font-size:12px;
	height:16px;
	margin:7px 0 3px;
	overflow:auto;
	padding:6px 5px;
	width:219px;
}  
.of_right textarea {
   	font-size: 12px;
	color: #333333;
	width: 219px;
 	margin: 7px 0px 3px 0px;
 	*margin: 5px 0px 3px 0px;
  	overflow: auto;
	padding:2px 5px;
	border: 1px solid #bfbfbf;
	background: #faf9f9;
	height: 119px;
	font-family:arial;
}
.of_right2 input {
   	background:#FAF9F9 ;
	border:0;
	color:#666;
	font-size:12px;
	height:16px;
	margin:7px 0 3px;
	overflow:auto;
	padding:6px 5px;
	width:219px;
}  
.of_right2 textarea {
   	font-size: 12px;
	color: #666;
	width: 219px;
 	margin: 7px 0px 3px 0px;
 	*margin: 5px 0px 3px 0px;
  	overflow: auto;
	padding:2px 5px;
	border: 0;
	background: #FAF9F9 ;
	height: 119px;
}  

.content2_orderform {
	float: left;
	width: 720px;
}
.left_orderform {
	width:350px; float: left; border-right: 1px solid #d5d5d5;	
}
.right_orderform {
	width: 350px; float: left; margin: 0 0 0 5px; padding: 5px 0 5px 5px; position: relative; display: inline;
}
.right_sectionform {
	width: 365px; float: left; position: relative; display: inline;
}
.continueButton {
	float: right; margin-top: 20px; margin-right: 5px;position: relative; display: inline;
}
.enterDet {
	float: left;
	width: 700px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.same {
	margin-top:10px; float:left; width: 340px; font-size: 12px;	
}
.clickHere {
	margin-bottom:20px; float:left; width: 340px; font-size: 12px;  background-color: #faf9f9;	
}
.enterDelDet {
	float: left;
	width: 300px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.orderDet {
	float: left;
	width: 150px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.delOrder {
	float: left; 
	width:81px; 
	color: #282828;
	font-size: 12px;
}
.del_order {
	float: left; 
	width:81px; 
	text-align: center;
	color: #494b4d;
	font-size: 11px;
}
.itemOrder {
	float: left; 
	width:103px;
	text-align: center;
	color: #282828;
	font-size: 12px;
}
#page_loader {
	display:none;
	margin:20px 0 0 153px;
}
.item_order {
	float: left; 
	width:103px;
	color: #494b4d;
	font-size: 11px;
	margin: 7px 0;
	text-align: center;
	
}
.nameOrder {
	float: left; 
	width:307px; 
	color: #282828;
	font-size: 12px;
}
.name_order {
	float: left; 
	width:307px;
	color: #494b4d;
	font-size: 11px;
}
.optionOrder {
	float: left; 
	width:143px; 
	color: #282828;
	font-size: 12px;
}
.option_order {
	float: left; 
	width:143px;
	color: #494b4d;
	font-size: 11px;
}
.qtyOrder {
	float: left; 
	width:68px; 
	color: #282828;
	font-size: 12px;
}
.qty_order {
	float: left; 
	width:68px; 
	color: #494b4d;
	font-size: 11px;
}
.qty_order input {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	height: 18px;
	width: 28px;
	float: left;
	color: #494b4d;
	padding: 2px 0 0 4px;
}
/* buttons */
.addCart a {
	display: block;
	float:left;
	width: 142px;
	height: 30px;
	background: transparent url(../template_images/add_cart.gif) repeat scroll 0 0; 
}
.addCart a:hover {
	background-position:0 -30px;}
#key{
	display: block;
	float:left;
	width: 142px;
	height: 30px;
	background: transparent url('../template_images/add_cart_det.gif') no-repeat scroll 0 0; 
	border: 0;
	cursor: pointer;
}
#key1 {
	display: block;
	float:left;
	width: 142px;
	height: 30px;
	background: transparent url('../template_images/add_cart_det.gif') no-repeat scroll 0 -30px; 
	border: 0;
	cursor: pointer;
	}
.keepshopping a {
	display: block;
	float:left;
	width: 142px;
	height: 30px;
	background: transparent url('../template_images/continue_shopping.gif') repeat scroll 0 0; 
}
.keepshopping a:hover {
	background-position:0 -30px;}

#updateitems{
	display: block;
	float:left;
	width: 145px;
	height: 30px;
	background: transparent url('../template_images/update.gif') no-repeat scroll 0 0; 
	border: 0;
	cursor: pointer;
}
#updateitems1 {
	display: block;
	float:left;
	width: 145px;
	height: 30px;
	background: transparent url('../template_images/update.gif') no-repeat scroll 0 -30px; 
	border: 0;
	cursor: pointer;
	}
.checkout a {
	display: block;
	float:left;
	width: 142px;
	height: 30px;
	background: transparent url('../template_images/proceed.gif') repeat scroll 0 0; 
}
.checkout a:hover {
	background-position:0 -30px;}
#continueorder{
	display: block;
	float:left;
	width: 142px;
	height: 30px;
	margin:0 10px 20px 0;
	background: transparent url('../template_images/continue_payment.gif') no-repeat scroll 0 0; 
	border: 0;
	cursor: pointer;
}
#continueorder1 {
	display: block;
	float:left;
	width: 142px;
	height: 30px;
	margin:0 10px 20px 0;
	background: transparent url('../template_images/continue_payment.gif') no-repeat scroll 0 -30px; 
	border: 0;
	cursor: pointer;
	}
.goshopping a {
	display: block;
	float:left;
	width: 142px;
	height: 30px;
	background: transparent url('../template_images/go_shopping.gif') repeat scroll 0 0; 
}
.goshopping a:hover {
	background-position:0 -30px;}

.footerLine {
	background: url(../template_images/footer_bg.png) no-repeat;
	float: left;
	width: 950px;
	height: 10px;

}

/*Newly added*/

.cell_form_left {
margin:0 5px 0 0;
vertical-align:middle;
width:165px;
}

div.fc_col2 {
margin:0 0 20px;
width:450px;
}

div.fc_col2 select {
border:1px solid #CCCCCC;
height:20px;
padding:1px 0 0;
width:216px;
}

.keepshopping input {
	display: block;
	float:left;
	width: 142px;
	height:22px;
	background: transparent url('../template_images/submit.gif') repeat scroll 0 0; 
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
  padding:8px 0 0 0;
  text-align:center;
}

div.fc_col2 textarea {
border:1px solid #CCCCCC;
height:100px;
margin:0;
padding:0 2px;
width:210px;
}

div.fc_col2 input {
border:1px solid #CCCCCC;
height:20px;
padding:1px 0 0;
width:216px;
}

/* image gallery */

.pikachoose{width:510px;margin:0 auto 50px auto;position:relative;}
.pikachoose form { float:left;}
/* This is the ul you have all your images in */
.pikachoose ul{padding-left:0;width:470px;height:52px;margin:0 auto;overflow:hidden;}
.pikachoose ul li{float: left;border:1px solid #555;padding:2px;background:#777;margin:0 6px 4px 0;position:relative;overflow:hidden;}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:506px;height:325px;display:block;position:relative;background:#000; margin-bottom:7px;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:relative;}
.pika_subdiv{position:relative; width:100%;}
.pika_subdiv a {
display:block;
text-align:center;
width:100%;
}
.pika_animationDivs{top:2px;left:2px;} /*must match top/left padding for subdiv */
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{width:500px;height:16px;padding-top:4px;text-align:center;position:absolute;bottom:7px;left:3px;background:url('black.png') top left;}
.pika_caption a{color:white;}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('play.png') top center no-repeat;}
.pika_play a.pika_stop_button{background:url('pause.png') top center no-repeat;}

.pika_navigation a{font-size: 12px; text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url('fastf.png') top right no-repeat;}

.pika_navigation a.Prev {
position :absolute;
bottom:15px;
left:0;
width:14px;
height:41px;
text-indent:-9999px;
background:url(../template_images/nav_prev.jpg) no-repeat;
}
.pika_navigation a.Next {
position :absolute;
bottom:15px;
right:0;
width:14px;
text-indent:-9999px;
height:41px;
background:url(../template_images/nav_next.jpg) no-repeat;
}