/* CSS Document */

body, ul, li, p, br, h1, h2, h3, h4, h5, h6, h7, h8, form, fieldset, input, img
{
	padding: 0px;
	margin: 0px;
	outline: none;
}

body
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #0E0E0E;
}

a, a img
{
	text-decoration: underline;
	color: #494982;
	border: 0px;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: #6a6a77;
}

div
{
	float: left;
}

.bodyColor
{
	background: url(../images/bg.png) no-repeat center top #0C1649;
}

.mainDiv
{
	width: 1000px;
	margin: 0px auto;
	float: none;
}
.topTxt
{
	font-size: 12px;
	font-weight: normal;
	display: block;
	width: 1000px;
	color:#8d8d8d;
	background: #445B8F;
	padding:3px 0px;
	text-align: center;
}
.topTxt	a
{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding:0px 5px;
	color:#FFFFFF;
}
.topTxt	a:hover
{
	text-decoration:none;
}
/* 
.topTxt h1
{
	font-size: 12px;
	font-weight: normal;
	display: block;
	width: 1000px;
	background: #445B8F;
	padding:3px 0px;
	text-align: center;
	
}
.topTxt h1 a
{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding:0px 5px;
	color:#FFFFFF;
	
}
.topTxt h1 a:hover
{
   text-decoration:none;
}
*/

.dynamicPictures
{
	clear: both;
	width: 425px;
	height: 209px;
	margin: 19px 0px 31px 31px;
	display: block;
}

.logo
{
	margin: 40px 0px 0px 20px;
	display: block;
}

.logo a
{
	width: 400px;
	height: 152px;
	display: block;

}

.mainNav
{
	color: #0E0E0E;
}

.mainNav ul
{
	list-style: none;
	margin-left: 8px;
}

.mainNav ul li
{
	list-style: none;
	float: left;
	margin: 0px 8px;
	display: block;
	
}

.mainNav li span
{
		background: url(../images/main_nav_left_crnr.png) no-repeat left top;
		display: block;
}

.mainNav li span a
{
	color: #FFF;
	display: block;
	padding: 0px 7px;
	background: url(../images/main_nav_right_crnr.png) no-repeat right top;
	font: normal 15px 'Segoe UI', Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.mainNav li span a span
{
	background: url(../images/main_nav_bg.gif) repeat-x;
	display: block;
	padding: 8px 12px;
}
.mainNav li span:hover, li.active span
{
	background: url(../images/main_nav_left_crnr_hover.png) no-repeat left top;
	display: block;
}

.mainNav li span a:hover, li.active span a
{
	background: url(../images/main_nav_right_crnr_hover.png) no-repeat right top;
	display: block;
	color: #0B1548;
}

.mainNav li span a span:hover, li.active span a span
{
	background: url(../images/main_nav_bg_hover.gif) repeat-x;
	display: block;
	color: #0B1548;
}

.banner
{
	margin-top: 20px;
	margin-left: 7px;
}

a.your-photo-canvas
{
	background: url(../images/ss.png) no-repeat 0px 0px;
	width: 310px;
	height: 284px;
	display: block;
	float: left;
	background-position: 0px -329px;
}

a:hover.your-photo-canvas
{
	background-position: 0px -329px;
}

a:active.your-photo-canvas
{
	background-position: 1px -328px;
}

a.shop-canvas
{
	background: url(../images/ss.png) no-repeat -311px 0px;
	background-position: -311px -329px;
	width: 366px;
	height: 284px;
	display: block;
	float: left;
}
a:hover.shop-canvas
{
	background-position: -311px -329px;
}

a:active.shop-canvas
{
	background-position: -310px -328px;
}

a.personalise-canvas
{
	background: url(../images/ss.png) no-repeat -677px 0px;
	background-position: -677px -329px;
	width: 310px;
	height: 284px;
	display: block;
	float: left;
}

a:hover.personalise-canvas
{
	background-position: -677px -329px;
}

a:active.personalise-canvas
{
	background-position: -676px -328px;
}

.mainContent
{
	background: #FFF;
	margin: 12px 8px 0px 8px;
	padding: 15px;
	width: 956px;
	min-height: 500px;
}

.mainContent h1
{
	color:#545488;
	font:20px "Segoe UI",Arial,Helvetica,sans-serif;
}
.mainContent h2
{
	font: normal 22px 'Segoe UI', Arial, Helvetica, sans-serif;	
}

.mainContent strong
{
	font: bold 13px 'Segoe UI', Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.welcomeBg
{
	background: url(../images/welcome_botm_bg.jpg) no-repeat right 50px #FFF;
}

.leftMenu
{
	width: 270px;
	float: left;
	background: url(../images/vert-dot-line.png) repeat-y 90% top;
	margin-bottom: 15px;
}

.leftMenuTopCrnr
{
	background: url(../images/combined_images.png) no-repeat -4px -235px;
	width: 217px;
	height: 15px;
}

.leftMenuBg
{
	background: url(../images/left_menu_bg.jpg) repeat-x left top #FFF;
	border-left: 1px solid #B5B5CD;
	border-right: 1px solid #B5B5CD;
	width: 201px;
	padding: 7px;
}

.leftMenuBotmCrnr
{
	background: url(../images/combined_images.png) no-repeat -4px -256px;
	width: 217px;
	height: 15px;
}

a.orderProcess
{
	background: url(../images/combined_images.png) no-repeat -21px 3px;
	width: 136px;
	display: block;
	padding: 14px 0px 10px 60px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover.orderProcess
{
	background-position: -270px 3px;
}

a:active.orderProcess
{
	background-position: -269px 4px;
}

a.priceDetails
{
	background: url(../images/combined_images.png) no-repeat -21px -58px;
	width: 136px;
	display: block;
	padding: 17px 0px 16px 60px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 8px;
}

a:hover.priceDetails
{
	background-position: -270px -58px;
}

a:active.priceDetails
{
	background-position: -269px -57px;
}

a.comonQuestions
{
	background: url(../images/combined_images.png) no-repeat -21px -115px;
	width: 136px;
	display: block;
	padding: 17px 0px 16px 60px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 8px;
}

a:hover.comonQuestions
{
	background-position: -270px -115px;
}

a:active.comonQuestions
{
	background-position: -269px -114px;
}

a.contactUs
{
	background: url(../images/combined_images.png) no-repeat -21px -174px;
	width: 136px;
	display: block;
	padding: 17px 0px 16px 60px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 8px;
}

a:hover.contactUs
{
	background-position: -270px -174px;
}

a:active.contactUs
{
	background-position: -269px -173px;
}

/* CANVAS ORDER AND BROWSE PHOTOSS PANEL CSS*/

.panel_mainbg
{
	background: url(../images/bg_panel.gif) repeat-x left top;
	height: auto;
}
.panel_topcurve
{
	background: url(../images/topcurve_panel.gif) no-repeat;
	width: 956px;
	height: 6px;
}
.panel_btmcurve
{
	background: url(../images/btmcurve_panel.gif) no-repeat;
	width: 956px;
	height: 6px;
}
.panel_midbg
{
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	padding: 12px 10px 10px 20px;
	width: 924px;
}
.canvastabs
{
	width: 600px;
}
.canvasphotos_heading
{
	background: url(../images/canvasphotobtn_bg.gif) repeat-x;
	padding: 4px 10px 8px 10px;
	font: normal 18px "Segoe UI", Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}

.canvasphotos_heading a
{
	color: #FFF;
	text-decoration: none;
}

.canvasphotos_heading a:hover
{
	text-decoration: underline;
}

.canvastabs strong
{
	color: #0E0E0E;
}
.canvastabs ul
{
	list-style: none;
	margin-top: 10px;
	margin-left: 5px;
}
.canvastabs li
{
	list-style: none; 
	background: url(../images/tick_mark.gif) no-repeat left top;
	padding: 0px 0px 7px 25px;
}
.bolgtitle
{
	font: normal 20px "Segoe UI", Arial, Helvetica, sans-serif;
	color: #545488; 
}
.footer
{
	background: url(../images/footerbg.gif) no-repeat bottom center;
	color: #7C8093;
	text-align: center;
	height: 63px;
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.footer a
{
	text-decoration: none;
	color: #7C8093;
}
.footer a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
.footer span a
{
	text-decoration: none;
	color: #F88A09;
}
.footer span a:hover
{
	text-decoration: underline;
}
.innerheading
{
	width: 950px;
	font: normal 20px "Segoe UI", Arial, Helvetica, sans-serif; 
	color: #545488;
}
.innersubhead
{
	width: 950px;
	font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif; 
	color: #000000;
}
.innerheading_bg
{
	width: 950px;
	background: url(../images/innerheadbg.gif) no-repeat center top;
}
.innerheading_bottom_bg
{
	width: 950px;
	background: url(../images/innerheadbtmbg.gif) no-repeat center top;
	height: 32px;
}

.content
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #0E0E0E;
	line-height: 18px;
}
.content span
{
	font: normal 13px "Segoe UI", Arial, Helvetica, sans-serif; 
	color: #0E0E0E;
}
.inner_leftmenu
{
	width: 235px;
	margin: 8px 0px;
}
.order_steps
{
	width: 715px;
	margin: 10px 0px;
	background: url(../images/orderstepsbg.gif) no-repeat left top;
	height: 239px;
}
.order_stepsimg
{
	width: 678px;
	background: url(../images/4easy_steps_img.gif) no-repeat left top;
	height: 126px;
	margin-left: 15px;
}
* html .order_stepsimg
{
	margin-left: 7px;
}

.order_steps_heading
{
	padding:3px 10px;
	background: url(../images/bg_ordersteps.gif) repeat-x left top;
	color: #FFFFFF;
	font-size: 16px;
}
.order_steps4
{
	width: 678px;
	margin-left: 15px;
}
.order_steps4 ul
{
	list-style: none;
	margin-top: 10px;
}
.order_steps4 li
{
	list-style: none;
	float: left;
	font-size: 22px;
	color: #FFFFFF;
}
.order_steps4 li p
{
	font-size: 13px;
	color: #FFFFFF;
}
.popart
{
	background: url(../images/popartdesign_bg.gif) repeat-x left top;
	border: 1px solid #E9E9E9;
	width: 912px;
	padding: 0px 15px;
}
.poparttitle
{
	font: normal 22px "Segoe UI", Arial, Helvetica, sans-serif;
	color: #545488;
	padding-top: 15px;
}
.popartimg ul
{
	list-style: none;
	float: left;
}

.popartimg li
{
	list-style: none;
	float: left;
	width: 240px;
	text-align: center;
	font: normal 13px "Segoe UI", Arial, Helvetica, sans-serif;
	color: #545488;
}

.popartText
{
	width: 380px;
	font: normal 20px "Segoe UI", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/text_bg.jpg) 20px 100px no-repeat;
	height: 100px;
	padding: 110px 0px 0px 22px;
	text-align: center;
}

.popartText a
{
	color: #FFF;
	text-decoration: none;
}

.popartText a:hover
{
	text-decoration: underline;
}

.popartimg_sep
{
	background: url(../images/popart_sep.gif) left top;
	width: 2px;
	height: 238px;
}
.popartimg_sep1
{
	background: url(../images/popart_sep.gif) no-repeat center top;
	width: 2px;
	height: 238px;
}
.browse_categories
{
	width:950px;
	
}
.browse_categories h3
{
	font: normal 15px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#545488;
	padding-left:20px;
}
.categories
{
	width:200px;
	margin:10px 18px;
	height: 180px;
}
.categories_inner
{
	width:198px;
	border: solid 1px #60608c;
	background:#7776ab;
	
}
.categories_inner2
{
	width:180px;
	border: solid 1px #60608c;
	background:#FFFFFF;
	margin:9px;
	overflow:hidden;
	text-align:center;
	
}
.categories_inner2 img
{
	text-align:center;
	
}
.categories_shadow
{
	background:url(../images/browse_categories_shadow.gif) left top no-repeat;
	width:200px;
	height:12px;
}

.categories_txt
{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	padding-bottom:5px;
}
.photo_gallery_cat
{
	width:913px;
	margin:0px auto; 
	float:none;
}
.photo_gallery_cat h3
{
	font: normal 15px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#545488;
}
.gallery_section
{
	width:913px;
	
}
.gallery_left_section
{
	background:url(../images/gallery_left_crv.gif) left top no-repeat;
	width:8px;
	height:29px;
}
.gallery_section_bg
{
	background:url(../images/gallery_title_bg.gif) left top repeat-x;
	height:19px;
	color:#FFFFFF;
	padding:5px;
	font:normal 13px "Segoe UI", Arial, Helvetica, sans-serif;
	
}
.gallery_right_section
{
	background:url(../images/gallery_right_crv.gif) left top no-repeat;
	width:8px;
	height:29px;
}
.gallery_bottom_section
{
	background:#7776ab;
	border:solid 1px #60608c;
	width:893px;
	padding:10px;
	
}
.gallery_white
{
	background:#FFFFFF;
	width:873px;
	padding:10px;
}
.viewall_btn
{
	background:url(../images/view_all_bg.gif) left top no-repeat;
	width:54px;
	height:15px;
	display:block;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
}
.art_work_div
{
	width:937px;
}
.art_work_div_inner
{
	width:654px;
}
.art_work_div_right
{
	width:282px;

}
.art_work1
{
	width:306px;
	margin-right:20px;
}
.art_work1_frame
{
	background:#e2e2e2;
	border:solid 1px #a8a8a8;
	width:284px;
	padding:10px;
}
.art_work1_frame_inner
{
	width:100%;
	border:solid 1px #c2c2c2;
	background:#FFFFFF;
	height:225px;
	overflow:hidden;
	text-align:center;
}
.art_work_shadow
{
	background:url(../images/art_work_frame_shadow.gif) left top no-repeat;
	height:18px;
	width:100%;
}
.right_shadow_top
{
	background:url(../images/art_work_rightshadow_top.gif) left top no-repeat;
	height:16px;
	width:282px;
	margin-top:20px;
}
.right_shadow_bg
{
	background:url(../images/art_work_bg.gif) left top repeat-y;
	
}

.right_shadow_bottom
{
	background:url(../images/art_work_rightshadow_bottom.gif) left top no-repeat;
	height:33px;
	width:282px;
	
}
.right_div_inner
{
	width:253px;
	margin:0px 15px;
}
.right_div_inner1
{
	width:253px;
}
.before_section_div
{
	width:168px;
	background:#e2e2e2;
	border:solid 1px #a8a8a8;
	padding:8px;
}
.before_section_div_inner
{
	width: 165px;
	height:107px;
	border: solid 1px #c4c4c4;
	background:#FFFFFF;
	overflow:hidden;
	text-align:center;
}
.before_section_div1
{
	width:234px;
	background:#e2e2e2;
	border:solid 1px #a8a8a8;
	padding:8px;
}
.before_section_div_inner1
{
	width: 100%;
	height:142px;
	border: solid 1px #c4c4c4;
	background:#FFFFFF;
	overflow:hidden;
	text-align:center;
}
.right_div_inner1 h3
{
	font: normal 15px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#545488;
}
/* Price List Style JAN-4 */
.pricelistGridMainbg
{
background: url(../images/pricelist_heading_gridbg.gif) repeat-x left top;
font: normal 16px "Segoe UI", Arial, Helvetica, sans-serif;
color: #FFFFFF;
padding: 3px 0px 6px 15px;
}
.pricelistGridBorder
{
border: #60608C solid 1px;
padding: 10px;
}
.pricelistImg
{
border: #A8A8A8 solid 1px;
padding: 10px;
background-color: #E2E2E2;
}
.borderimg
{
border: #C4C4C4 solid 1px;
}
.gridBorder
{
border: #60608C solid 1px;
}
.gridmainbg
{
background: #565589;
font: normal 12px Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.gridmain
{
padding: 6px 0px;
}
.gridAltBg
{
background-color: #EFEFFF;
}
.gridleftbg
{
background-color: #9291BE;
color: #FFFFFF;
}
.gridleftAltbg
{
background-color: #565589;
color: #FFFFFF;
}
.before_section_div h3
{
	font: normal 15px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#545488;
}
.gridBorder td
{
padding: 6px 0px;
}
.orderNow a
{
	background: url(../images/orderNow.jpg) no-repeat center;
	height: 82px;
	width: 280px;
	display: block;
}
.orderNow a:hover
{
	background: url(../images/orderNow-hover.jpg) no-repeat center;
}
.normalText
{
	font: normal 20px "Segoe UI", Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 0px 10px 0px;
}
.bulletPoints
{
	font: normal 14px "Segoe UI", Arial, Helvetica, sans-serif;
	color: #000000; 
}
.bulletPoints ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.bulletPoints li
{
	list-style: none;
	padding: 2px 10px 2px 15px;
	margin: 0px 0px 0px 20px;
	background: url(../images/arrow.JPG) no-repeat 0px 10px;
}
.boder2
{
	border:solid #bad0ef 1px;
	background:#fbfdff;
	padding:5px;
}
.submit-btm
{
	background:url(../images/sub-btm.jpg) no-repeat;
	height:30px;width:79px; border:0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
}
.madatory
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#e20000;
}
/* Common Question Styles */
.common_question
{
	width:942px;
	margin:0px 4px;
}
.common_question h3
{
	font: normal 16px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#545488;
	
	
}
.common_question_inner
{
	width:922px;
	background:url(../images/faq_bg.gif) left top repeat-x;
	height:19px;
	margin-top:10px;
	padding:5px 10px;
	font: normal 13px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	cursor:pointer;
	
}
.common_question_inner span
{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#b9b6ed;
	float:right;
}
.common_question_inner1
{
	width:920px;
	border: solid 1px #60608c;
	padding:10px;
	
}
.common_question_inner3
{
	width:942px;
	font: normal 16px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#545488;
	margin-top:15px;
	border-bottom: dashed 1px #999999;
	padding-bottom:5px;
}
.art_work12
{
	width:306px;
	margin:0px 80px;
}
.art_work1_frame2
{
	background:#7776ab;
	border:solid 1px #60608c;
	width:284px;
	padding:10px;
}
.art_work1_frame_inner2
{
	border:solid 1px #60608c;
	background:#FFFFFF;
	/*height:225px;
	overflow:hidden;*/
	text-align:center;
	margin-left: 5px;
}
.art_work_div1
{
	width:937px;
}
/* Common Question Styles End */
.gallery_bottom_section1
{
	background:#7776ab;
	border:solid 1px #60608c;
	width:893px;
	padding:10px;
	
}
.gallery_white1
{
	background:#FFFFFF;
	width:873px;
	padding:10px;
}
.gallery_white1 img
{
	margin:0px auto;
}
.measurements
{
	width:210px; 
	margin-left:20px; 
	border: solid 1px #999999;
	margin-top:10px;
	padding:2px;
}
.measurements div.title
{
	width:100%;
	background:#7776ab;
	padding:5px 0px;
	text-align:center;
	color:#FFFFFF;
	font:bold 12px Arial, Helvetica, sans-serif;

}
/* Canvas Art New styles */
.canvas_art
{
	width:306px;
	margin:0px 6px;
}
.canvas_art2
{
	background:#7776ab;
	border:solid 1px #60608c;
	width:284px;
	padding:10px;
}
.canvas_art_inner2
{
	/*width:100%;*/
	border:solid 1px #60608c;
	background:#FFFFFF;
	/*height:182px;*/
	overflow:hidden;
	text-align:center;
	margin-left: 5px;
	width: 270px;
	height: 183px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.canvas_art_inner2
{
	/*width:100%;*/
	border:solid 1px #60608c;
	background:#FFFFFF;
	/*height:182px;*/
	overflow:hidden;
	text-align:center;
	margin-left: 5px;
	width: 270px;
	height: 181px;
}
}

/*.canvas_art_inner2 a, .canvas_art_inner2 a img
{
	vertical-align: middle !important;
	text-align: center;	
	position: absolute;
	display: block;
}
*/.art_work_divnew
{
	width:932px;
	margin-left:5px;
}
.newpanel
{
	width:956px;
	margin:0px auto;

}
.categories_list
{
	/*width:249px;*/
	width:300px;
}
.categories_list ul
{

	padding:px;
	list-style:none;
	margin:10px 0px;
}
.categories_list ul li
{
	display:block;
	background:url(../images/categories_arrow.gif) left 3px no-repeat;
	padding:5px 25px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#464646;
}
.categories_headding
{
	font: normal 13px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#545488;

}
.categories_txt2
{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#545488;
	text-align:center;
	width:100%;
	margin-top:5px;
}
.corporate_art_table
{
	border: solid 1px #60608c;
}
.corporate_art_table table
{
	background-color:#e8e8ff;
	
}
.corporate_art_table table tr.altrow
{
	background-color:#f9f9ff;
	
}
.shoping_bosket
{
	font: normal 16px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#545488;
	padding:10px 0px;
}
.basket_tab
{
	margin:0px;
	padding:0px;
	
}
.basket_tab td
{
	padding:5px 10px;
	font: normal 13px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.basket_inner
{
	margin:0px;
	padding:0px;
}
.basket_inner td
{
	padding:5px 10px;
}
.basket_inner td img.border
{
	border: solid 1px #676694;
}
.basket_inner td input.border
{
	border: solid 1px #676694;
	width:65px;
}
.basket_inner td.border
{
	border-left: dashed 1px #c8c8c8;
}
.savechanges_btn
{
	background:url(../images/save_changes.jpg) left top no-repeat;
	width:125px;
	height:31px;
	border:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left:15px;
	outline:none;
	cursor:pointer;
}
.backto_btn
{
	background:url(../images/back_to_add.jpg) left top no-repeat;
	width:117px;
	height:31px;
	border:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left:15px;
	outline:none;
	cursor:pointer;
	
}
.order_now_btn
{
	background:url(../images/order_now.gif) left top no-repeat;
	width:107px;
	height:31px;
	border:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-right:15px;
	outline:none;
	cursor:pointer;
	
}
.add_to_basket_img
{
	background:url(../images/addtobasket_bg.gif) left top no-repeat;
	width:101px;
	height:23px;
	border:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	cursor:pointer;
	text-transform: capitalize;
	
}
.pagination
{
	margin: 7px 30px 10px 0px;
	float: right;
}
* html .pagination
{
	margin: 7px 15px 10px 0px;
	float: right;
}
.pagination ul
{
	list-style: none;
}
.pagination li
{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FF7500;
	/*border: #7776AB solid 1px;*/
	margin: 0px 3px;
	padding: 1px 5px;
	background: #FFFFFF;
	float: left;
	list-style: none;
	font-weight:bold;
	font-size:14px;
}
.pagination li a
{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FF7400;
	text-decoration: none;
	margin: 0px 3px;
	padding: 1px 5px;
	list-style: none;
	font-weight:bold;
	font-size:14px;

}

.pagination li a:hover, li a.active
{
	color: #FF7400;
	font-weight:bold;
	font-size:14px;
}

.leftpanel
{
	width: 100%;
}
.rightop
{
	width: 430px;
	float: right;
}
.cart
{
	margin: 12px 18px 0px 0px;
	float: right;
	text-align: right;
}
* html .cart
{
	margin: 12px 4px 0px 0px;
}

.sitemapleftside
{
	border-right: 1px dotted #898989;
	width: 438px;
	margin-left: 20px;
}
.sitemaprightside
{
	width: 398px;
	margin-left: 60px; 
}


.sitemap ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sitemap li
{
	list-style: none;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #111111;
}
.sitemap li a
{
	list-style: none;
	color: #FF7500;
	text-decoration: none;
	background: url(../images/arrow_sitemap.gif) left 5px no-repeat;
	padding: 0px 10px 5px 20px;
	margin-right: 60px;
	margin-bottom: 30px;
	display: block;
	border-bottom: 1px solid #D3D3D3;

}
.sitemap li a:hover
{
	text-decoration: underline;
}


.links ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.links li
{
	list-style: none;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #f18a32;
	padding-right:15px;
	padding-bottom:5px;
	
}
.links li a
{
	list-style: none;
	color: #FF7500;
	text-decoration: none;
	background: url(../images/small-arrow.gif) left 6px no-repeat;
	padding: 8px 10px 10px 25px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left:10px;
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #3856b1;

}
.links li a:hover
{
	text-decoration: underline;
}
.linksleftside
{
	border-right: 1px dotted #898989;
	width: 438px;
	margin-left: 20px;
}
.linksrightside
{
	width: 398px;
	margin-left:20px; 
}
.grey
{
	color:#8d8d8d;
}
.mainheading
{
	font:bold 16px "Trebuchet MS", Verdana;
	color:#030c37;
}
.contentheading
{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#0e0e0e;
}
.content3
{
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#0e0e0e; line-height:25px;
}
.content3 a
{
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#0b0b9f; line-height:25px;
}
.bulletPoints2
{
	font: normal 13px  Arial, Helvetica, sans-serif;
	color: #000000; 
}
.bulletPoints2 ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.bulletPoints2 li
{
	list-style: none;
	padding: 10px 10px 2px 15px;
	margin: 0px 0px 0px 20px;
	background: url(../images/arw.jpg) no-repeat 0px 15px;
}
.submit
{
	background:url(../images/submit.jpg) no-repeat;
	height:29px; width:85px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#FFFFFF; border:0px;
}
.reset
{
	background:url(../images/reset.jpg) no-repeat;
	height:29px; width:85px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#FFFFFF; border:0px;
}
.deposit_blog
{
	width: 550px;
	margin: 20px auto;
	float: none;
	clear: both;
	padding-left: 53px;
}
.account_btn
{
	background:url(../images/account_img.gif)no-repeat;
	height:29px;
	width:122px; border:0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
}


a.viewlink
{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	padding-bottom:5px;
	text-decoration:none;
}
