.MainServerSuggestionItem
{
	z-index: 100;
	background-color: #EDECEC;
	list-style: none;
	color: black;
	cursor: pointer;
	padding: 0px 0px 0px 3px;
	font-size: 14px;
	font-family: Verdana;
	font-weight:bold;
}

.MainServerSuggestionItemHover
{
	background-color: #37373F;
	color: #FCFCEE;
	list-style: none;
	cursor: pointer;
	padding: 0px 0px 0px 3px;
	font-size: 14px;
	font-family: Verdana;
	font-weight:bold;
}
.SuggestPane ul
{
	padding: 0px;
	margin: 0px;
}

.SuggestPane
{
	background-color: #EDECEC;
	border: 1px dotted gray;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	z-index: 100;
}


.f10 {font-size:9px;}
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f17 {font-size:17px;}
.f24 {font-size:24px;}


.ErrorMessage
{
	color: #C54115;
	font-size: 24px; 
}

.SuccessMessage
{
	color: #008000;
	font-size: 24px; 
}






/* new styles*/
body
{
	background: transparent url(/Img/FR/head-back.jpg) repeat-x top left;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.main-container
{
	width: 870px;
	margin: -100px auto 0px auto;
	/*padding-left: 50px;*/
}

.content
{
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.menu-float
{
	float: right;
	z-index: 1010;
	position: relative;
	margin-right: -10px;
}

.menu-float ul
{
	border:0px solid #000000;
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;	
}

.menu-float ul li
{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
}


.menu-float ul li.bar
{
	background: transparent url(/Img/FR/li-back.gif) no-repeat scroll left top;
}

.menu-float li a
{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0pt 1px 0pt 0pt;
	text-decoration: none;
	width: auto;
}	

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

.menu-float li a span
{
	display: block;
	padding: 4px 8px 4px 10px;
}

.logo
{
	padding: 0px;
/*	background: transparent url(/Img/FR/logo.jpg) no-repeat top center; */
	margin: 0px;
	height: 200px;
	width: 100%;
	z-index: 1;
}

.logo img
{
	z-index: 1;
}

.head-line2
{
	padding-bottom: 30px;
	z-index: 1000;
	position: relative;
	width: 870px;
}

.head-line2 a
{
	text-decoration: none;
}

.head-line2 table
{
	width: 100%;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: 0px;
}

.head-line2 h1
{
	margin: 5px 0px 0px 0px;
	font-family: Impact, Charcoal, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 23px;
	text-align: left;
}

.head-line2 h1 a
{
	color: #FFFFFF;
}

.head-line2 .right
{
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.head-line2 .right a
{
	color: #FFFFFF;
	font-size: 13px;
}

.head-line2 .right a img
{
	vertical-align: bottom;
}

.step h1,
.step h3
{
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	padding: 16px;
	margin: 0px;
}

.step 
{
	text-align: left;
/*	border: 1px solid red;*/
	z-index: 50;
}

.step1
{
	padding: 0px 0px 0px 45px;
	height: 180px;
	position: relative;
}

.table-severs
{
	width: 704px;
	position: absolute;
/*	border: 1px solid black;*/
	left: 60px; 
	margin-top: 20px;
	z-index: 100;
}

.table-severs h1,
.table-severs h3
{
	padding: 5px 90px 0px 0px !important;
	margin-top: 0px;
}



.usflag
{
	background: transparent url(/Img/FR/usaflag.gif) no-repeat top left;
	padding: 3px 0px 0px 50px;
	height: 97px;
	width: 335px;
	vertical-align: top;
}

.euflag
{
	background: transparent url(/Img/FR/images_combined.gif) no-repeat -254px -163px;
	/*background: transparent url(/Img/FR/euflag.gif) no-repeat top left;*/
	padding-left: 50px;
	height: 97px;
	vertical-align: top;
}

.step1-country
{
	font-weight: bold;
	font-size: 33px;
	text-align: center;
	color: #FFFFFF;
	margin-top: -3px;
}

.step1-per
{
	font-size: 15px;
	color: #FFFFFF;
}


.server-name
{
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	text-align: left;
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 0px 0px;

	height: 23px;
	width: 270px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
}

.servers-eu
{
	padding: 15px 0px 25px 0px;
	height: 100px;
}

.right
{
	text-align: right;
	margin-left: auto; 
	margin-right: 0px; 
}

.step2
{
	position: relative;
	background: transparent;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	height: 180px;
}

.step2 h3
{
	margin-bottom: 15px;
}

.step2-content
{
	position: absolute;
	text-align: center;
	margin-top: auto;
	padding-top: 35px;
	left: 130px;
	z-index: 100;
}

.step2-price
{
	margin-top: 30px;
}

.step2-price span
{
	font-size: 18px;
	font-weight: bold;
}

.step2-select
{
	font-size: 15px;
	font-family:Arial;
	font-weight: bold;
	width: 220px;
	border: 3px solid white;
}

.step3
{
	position: relative;
	background: transparent;
	padding: 0px 0px 0px 0px;
	height: 180px;
}

.step3-content
{
	position: absolute;
	left: 110px;
	padding-top: 40px;
	z-index: 100;
	text-align: center !important;
}

.step3 h3
{
	padding-top: 90px;
	margin-top: 0px;
}

.buy-button
{
	display: block;
	width: 245px;
	height: 41px;
	background: transparent url(/Img/FR/images_combined.gif) no-repeat 0px -60px;
	margin: auto;
}

.buy-button:hover
{
	background: transparent url(/Img/FR/images_combined.gif) no-repeat 0px -101px;
}

.add-cart-button
{
	display: block;
	width: 245px;
	height: 41px;
	background: transparent url(/Img/FR/add-cart-button-on.gif) no-repeat top left;
	margin: auto;
}

.add-cart-button:hover
{
	background: transparent url(/Img/FR/add-cart-button-off.gif) no-repeat top left;
}


.step3-button
{
	left: 230px;	
	position: absolute;
	z-index: 2000;
	width: 244px;
	top: 60px;
	padding-top: 4px;
}

.blurb
{
	color: #FFFFFF;

	text-align: left;
	font-size: 13px;
}

.blurb h2.blurb-head
{
	font-family: Impact, Charcoal, sans-serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 5.5px;
	text-align: center;
}

.h1-lower
{
	font-size: 18px;
}

.blurb h3.blurb-small
{
	font-family: Impact, Charcoal, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
}

.blurb h2 a,
.blurb h3 a
{
	color: #FFFFFF;
}

.blurb div.center
{
	text-align: center;
}

.blurb div.links
{
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}

.blurb div.links a
{
	color: #FFFFFF;
	text-decoration: none;
}

.footer
{
	padding: 100px 0px 0px 0px;
	background: #FFFFFF url(/Img/FR/foot-head.jpg) repeat-x top left;
}

.footer h5
{
	margin: 0px;
}

.blurb a
{
	color: white;
	text-decoration: none;
}

.logos table
{
	width: 870px;
	margin: 0px auto 0px auto;
	padding-left: 50px;
}

.copyright 
{
	width: 870px;
	margin: 0px auto 0px auto;
	padding-left: 50px;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}

.copyright h5
{
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}

.copyright a
{
	text-decoration: none;
	font-weight: bold;
}

.step-back
{
	position: absolute;
	top: -80px;
	left: -80px;
	height: 380px;
	width: 1070px;
	background: transparent url(/Img/EN/step-back.gif) no-repeat top left;
	z-index: 1;
}

.curr-float
{
	z-index: 1000;
	position: absolute;
	right: 108px;
	top: 108px;
}

.curr-float ul
{
	border:0px solid #000000;
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;	
}

.curr-float ul li
{
	display: inline;
	float: left;
	margin-left: 5px;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
}

.curr-float li a,
.curr-float li input
{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 1px;
	font-weight: bold;
	margin: 0pt 2px 0pt 0pt;
	text-decoration: none;
	width: 16px;
	height: 16px;
}	

.curr-float li a.usd,
.curr-float li input.usd
{
	background: transparent url(/Img/FR/images_combined.gif) -229px 0px;
	width: 15px;
	height: 15px;
}

.curr-float li a.usd-highlight,
.curr-float li input.usd-highlight,
.curr-float li a.usd:hover,
.curr-float li input.usd:hover
{
	background: transparent url(/Img/FR/images_combined.gif) -245px 0px;
	width: 15px;
	height: 15px;
}

.curr-float li a.euro,
.curr-float li input.euro
{
	background: transparent url(/Img/FR/images_combined.gif) -165px 0px;
	width: 15px;
	height: 15px;
}

.curr-float li a.euro-highlight,
.curr-float li input.euro-highlight,
.curr-float li a.euro:hover,
.curr-float li input.euro:hover
{
	background: transparent url(/Img/FR/images_combined.gif) -181px 0px;
	width: 15px;
	height: 15px;
}

.curr-float li a.pound,
.curr-float li input.pound
{
	background: transparent url(/Img/FR/images_combined.gif) -197px 0px;
	width: 15px;
	height: 15px;
}

.curr-float li a.pound-highlight,
.curr-float li input.pound-highlight,
.curr-float li input.pound:hover,
.curr-float li a.pound:hover
{
	background: transparent url(/Img/FR/images_combined.gif) -213px 0px;
	width: 15px;
	height: 15px;
}

.curr-float li a.help
{
	background: transparent url(/Img/FR/images_combined.gif) -261px 0px;
	width: 15px;
	height: 15px;
}

.curr-float li a.help:hover
{
	background: transparent url(/Img/FR/images_combined.gif) -277px 0px;
	width: 15px;
	height: 15px;
}

.curr-float li a span
{
	display: block;
	padding: 4px 10px;
	z-index: 10000;
}

.lang-float
{
	z-index: 1000;
	position: absolute;
	right: 108px;
	top: 8px;
}

.lang-float ul
{
	border:0px solid #000000;
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;	
}

.lang-float ul li
{
	display: inline;
	float: left;
	margin-left: 5px;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
}

.lang-float li a img
{
	border-width: 0px;
	padding: 2px 2px 2px 2px;
	/*border-color: #A57F40;*/
}


.lang-float li a img:hover,
.lang-float li a img.lang-flag-selected
{
	padding: 2px;
	/*border: solid 1px;*/
	background-color: #493D25;
}
/*Contact page*/

.contact-main
{
	font-size: 13px;
	text-align:center;
	margin: 0px auto 50px auto;
}
.contact-form
{
	padding-bottom: 20px;
	/*border-bottom: 1px solid #FFFFFF;*/
}

.contact-form input[type="text"]
{
	height: 19px;
	margin: 0px;
	line-height: 19px;
	vertical-align: middle;
	border: 3px solid #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.contact-main a
{
	color: #FFFFFF;
}

.contact-main .title
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin: 15px 0px 50px 0px;
}

.contact-main form
{
	margin: 7px auto;
}

.contact-contact
{
	width: 559px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.contact-table
{
	margin: 10px auto 10px auto;
	width: 400px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0px 0px;
}

.contact-table .col1
{
	width: 120px;
	height: 33px;
}

.contact-table .col2
{
	text-align: right;
}

.contact-table input[type="text"],
.contact-table SELECT
{
	width: 270px;
	padding: 1px;
	border: none;
	font-weight: bold;
}
.contact-table TEXTAREA
{
	width: 100%;
	height: 100px;
	margin: 10px 0px 10px 0px;
}

.contact-table .enter-msg
{
	height: 40px;
}

.contact-table .sent-ok
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

/*Contact page*/

.chk-cart table
{
	width: 100%;
}

.chk-cart .title,
.chk-contact .title,
.chk-payment .title
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

.chk-cart h1.h1bot
{
	padding: 0px 0px 10px 0px;
}

.chk-all
{
	width: 810px;
	text-align: left;
}

.cart-link
{
	text-align: right;
	vertical-align: bottom;
	padding-right: 50px;
}

.cart-link a
{
	color: #FFFFFF;
	font-size: 15px;
}

.chk-separator
{
	height: 35px;
}

.chk-cart
{
	background: #000000 url(/Img/FR/rect-back.gif) repeat-y top left;
	width: 870px;
	padding: 2px 30px 10px 30px;
	font-size: 18px;
	margin-bottom: 0px;
	z-index: 100;
}

.chk-contact,
.chk-payment
{
	background: #000000 url(/Img/FR/rect-back.gif) repeat-y top left;
	width: 870px;
	padding: 2px 30px 10px 30px;
	font-size: 15px;
	text-align: left;
}

.chk-half
{
	width: 50%;
	vertical-align: bottom;
}

.vert-border
{
	border-left: 2px solid #646464;
	padding-left: 20px;
}


.chk-table-full
{
	width: 100%;
}

.chk-table-full td.right
{
	padding: 0px 20px 4px 0px;
}

.chk-table-full td.right-char
{
	text-align: right;
	padding: 0px 0px 4px 0px;
}

.chk-all input[type="text"]
{
	width: 270px;
	border: 1px solid #7f9eba;
	height: 18px;
	line-height: 18px;
}

#CountryPrefix,
#PhonePrefix
{
	width: 45px;
}

#PhoneNumber
{
	width: 180px;
}

.chk-payment div.pls-select
{
	padding: 15px 0px 20px 0px;
	margin: 0px 60px 10px 0px;
	border-bottom: 1px solid #FFFFFF;
}

.pay-methods
{
	width: 810px;
	font-size: 15px;
	font-weight: bold;
	border-collapse: collapse;
	border-spacing: 0px;
}

.pay-methods td.center
{
	text-align: center;
	padding-bottom: 20px;
}

.pay-methods td.border-right
{
	border-right: 1px solid #FFFFFF;
}

.chk-payment td.one-third
{
	width: 33%;
	padding: 5px 0px 5px 20px;
}

.chk-payment td.left-side
{
	width: 44%;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.chk-payment td.right-side
{
	width: 28%;
	padding: 0px 0px 5px 20px;
	text-align: center;
}

.chk-error
{
	color: #FF7777;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

.td-top
{
	vertical-align: top;
	white-space: nowrap;
}

.buychk-bold
{
	font-size: 15px;
	font-weight: bold;
}

.buychk-col1
{
	width: 100px;
	height: 30px;
}

.buychk-change
{
	margin: -20px 0px 0px 0px;
	text-align: right;
	padding-right: 50px;
}

.buychk-change a.cart-link
{
	color: #FFFFFF;
	font-size: 13px;
}

.buychk-message,
.pay-area
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 0px 0px;
}

.pay-area form
{
	margin: 0px;
	padding: 0px;
}

.pay-area div
{
	margin: 0px auto 0px auto;
}

.blurb-display h4,
.blurb-display .lucky
{
	margin: 30px 0px 15px 0px;
	font-family: Impact, Charcoal, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 22px;
}

.blurb-display .lucky span
{
	font-size: 18px;
}

.about-page
{
	font-size: 12px;
	text-align: left;
}

.about-page h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0px;
}

.exp_blocks
{
	font-size:15px;
	font-family:Arial;
}

.terms 
{
	text-align: left;
	font-size: 12px;
}

.terms h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px;
	padding: 15px 0px;
	text-transform: uppercase;
}

.terms h1
{
	margin: 5px 0px 50px 0px;
	font-family: Impact, Charcoal, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 23px;
	text-align: center;
}

.terms-balooney
{
	background: transparent url(/Img/FR/rect-back.gif) repeat-y top left;
	padding: 0px 15px 15px 15px;
	margin: 0px;
}

.terms-balooney h2
{
	margin: 0px;
	padding: 10px 0px;
}

.thx-thanks 
{
	font-size: 13px;
}

.thx-thanks .title
{
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0px;
}

.thx-details
{
	background: transparent url(/Img/FR/thx-rect-back.gif) repeat-y top left;
	width: 559px;
	margin: 0px auto 0px auto;
	position: relative;
}

.thx-details table
{
	width: 519px;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
	border-spacing: 0px 0px;
}

.thx-details table td,
.thx-details table th
{
	text-align: left;
	height: 30px;
	width: 50%;
	font-size: 13px;
	vertical-align: top;
}

.thx-details h2
{
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
}

.thx-details .border-bot
{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 15px;
}

.thx-holder
{
	font-size: 13px;
}

.thx-print
{
	position: absolute;
	top: 5px;
	right: 15px;
}

.price-main
{
	background: #000000 url(/Img/FR/rect-back.gif) repeat-y top left;
	text-align: left;
	font-size: 15px;
	padding: 15px 20px;
}

.price-page h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 40px 0px;
}

.price-main a
{
	color: #FFFFFF;
}

.reg-main
{
	background: transparent url(/Img/FR/thx-rect-back.gif) repeat-y top left;
	width: 559px;
	margin: 0px auto 0px auto;
}

.reg-main form
{
	margin: 0px;
}

div.reg-success
{
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

.registration h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0px 30px 0px;
}

.registration table
{
	width: 479px;
	margin: 0px 40px;
	padding: 20px 0px;
	font-size: 12px;
	text-align: left;
}

.reg-copy
{
	width: 559px;
	margin: 0px auto 30px auto;
	font-size: 12px;
}

.reg-main .col1
{
	width: 120px;
	height: 33px;
}

.reg-main .col2
{
	text-align: right;
}

.reg-main input[type="text"],
.reg-main SELECT
{
	width: 270px;
	padding: 1px;
	border: none;
	font-weight: bold;
}

.reg-main .button
{
	text-align: center;
	padding-top: 20px;
}

.reg-main #GeneralMessage
{
	margin: 10px auto;
}

.moneybookers-frame
{
	background: #FFFFFF url(/Img/FR/mb-back.gif) repeat-y top left;
	width: 580px;
	margin: 0px auto;
}

.moneybookers-frame iframe
{
	width: 450px;
	height: 800px;
	margin: 0px auto;
	border: 0px;
}

.moneybookers h1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 50px 0px;
}

.change-link
{
	margin: 20px auto 100px auto;
}

.change-link a
{
	color: white;
}

.exch
{
	background: #FFFFFF url(/Img/FR/exch-back.gif) repeat-y top left;
	width: 350px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

.exch select
{
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	border: 3px solid white;
	margin: 0px 40px 25px 10px;
}

.exch img
{
	vertical-align: top;
}

.exch label
{
	font-weight: bold;
	font-size: 15px;
}

.exch input[type="image"]
{
	margin: 30px 0px 10px 0px;
}

.index-overlay
{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100%;
	height: 550px;
	background-color: #000000;
	z-index: 1000;
}
.index-overlay .content
{
	margin-top: 60px;
	width: 100%;
	height: 110px;
	background-color: #FFFFFF;
}

.index-overlay .content2
{
	padding: 20px 0px 0px 0px;
}

.index-overlay .content2 img
{
	border: 0px;
}

.index-overlay .content2 .buy-nonjs
{
	display: block;
	background: transparent url(/Img/FR/buy_nonjs.gif) no-repeat top left;
	width: 420px;
	height: 60px;
	margin: auto;
}

.index-overlay .content2 .buy-nonjs:hover
{
	background: transparent url(/Img/FR/buy_nonjs_on.gif) no-repeat top left;
}
.index-overlay .content2 a
{
	color: #FFFFFF;
}

.index-overlay .content .content1
{
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 20px 0px 15px 0px;
}

.step2-text
{
	position: absolute;
	margin-top: auto;
	padding-top: 50px;
	left:460px;
	z-index: 100;
}

.step2-reason
{
	font-weight: bold;
}

.step2-steps li span
{
	cursor: pointer;
	text-decoration: underline;
}

.step1-price
{
	text-align: center;
}

/*testimonial write page*/

.testimonial
{
	font-size: 13px;
	margin: 0px auto 50px auto;
	width: 476px;
	min-height: 400px;
}

.testimonial .title
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0px 40px 0px;
}

.testimonial .add_area
{
	background-image: url(/Img/FR/test_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 446px;
	height: 266px;
	padding: 20px;
	margin: 30px 0px 100px 0px;
	text-align: left;
}
.testimonial .rating_holder
{
	position: relative;
	width: 118px;
	cursor: pointer;
	cursor: hand;
	display: block;
	height: 18px;
}
.testimonial .stars_on
{
	background-image: url(/Img/FR/bacon_on.gif);
	height: 20px;
	position: absolute;
	z-index: 2;
	background-repeat:repeat-x;
	background-position: 0px 1px;
	left: 0px;
}
.testimonial .stars_off
{
	background-image: url(/Img/FR/bacon_off.gif);
	width: 118px;
	height: 20px;
	position: absolute;
	z-index: 1;
	background-repeat:repeat-x;
	left: 0px;
}

.testimonial .add_area INPUT
{
	width: 259px;
}
.testimonial A
{
	color: #FFFFFF;
}

.testimonial .error-area
{
	margin-top: 150px;
	font-size: 14px;
}
/*testimonial write page*/

/*testimonial display page*/
.testimonials
{
	font-family: Arial;
	font-size: 13px;
	margin: 0px auto 50px auto;
	width: 870px;
}

.testimonials .title
{
	font-family: Impact,Charcoal,sans-serif;
	font-size: 22px;
	margin: 0px 0px 26px 0px;
}

.testimonials .display-area
{
	/*background-image: url(/Img/FR/one_test_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	width: 806px;
	height: 145px;
	padding: 15px 30px 15px 30px;
	position: relative;
	margin:0px;
}

.testimonials .display-area-even
{
	background-image: url(/Img/FR/even_test_back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 806px;
	height: 145px;
	padding: 15px 30px 15px 30px;
	position: relative;
	margin:0px;
}

.rating-bacon
{
	cursor: pointer;
	cursor: hand;
	background-image: url(/Img/FR/bacon_on.gif);
	height: 20px;
	background-repeat:repeat-x;
	float: left;
}
.rating_holder
{
	position: relative;
	width: 118px;
	cursor: pointer;
	cursor: hand;
	display: block;
	height: 20px;
	float: left;
}
.stars_on
{
	background-image: url(/Img/FR/bacon_on.gif);
	height: 20px;
	position: absolute;
	z-index: 2;
	background-repeat:repeat-x;
	background-position: 0px 1px;
	left: 0px;
}
.stars_off
{
	background-image: url(/Img/FR/bacon_off.gif);
	width: 118px;
	height: 20px;
	position: absolute;
	z-index: 1;
	background-repeat:repeat-x;
	left: 0px;
}

.rating-name
{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-right: 5px;
	height: 20px;
	color: #828282;
}

.main-test
{
	text-align: left;
	margin-top: 18px;
	color: #C4C4C4;
}

.name-loc
{
	float: right;
	text-align: right;
	color: #818181;
	font-size: 12px;
	position: absolute;
	bottom: 15px;
	right: 30px;
}
.testimonials .sub-title
{
	margin-bottom: 40px;
}

.testimonials .paging
{
	text-align: center !important;
	/*width: 150px;*/
	display: block;
	margin: 30px auto auto auto;
}

.testimonials .paging .page
{
	background-color: #525252;
	font-size: 12px;
	padding: 3px 8px 3px 8px;
}
.testimonials .paging .page-selected
{
	background-color: #AC843E;
	font-size: 12px;
	padding: 3px 8px 3px 8px;
}

.testimonials .paging .page A
{
	color: #9A9A9A;
	text-decoration:none;
}
.testimonials .paging .page-selected A
{
	color: #FFFFFF;
	text-decoration:none;
}

.home-testimonial
{
	font-family: Arial;
	font-size: 13px;
	margin: 120px auto 60px auto;
	width: 907px;
}

.home-testimonial .title
{	
	/*font-family: Tahoma, Geneva, sans-serif;*/
	text-align: left;
	font-size: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
	color: #C4C4C4;
	font-weight: bold;
}

.display-area-home
{
	background-image: url(/Img/FR/home_test_back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 837px;
	height: 147px;
	padding: 15px 25px 15px 30px;
	position: relative;
}

.home-testimonial .read-more
{
	text-align: right;
	padding: 10px 45px 0px 0px;
}

.home-testimonial .read-more A
{
	text-align: right;
	color: #C4C4C4;
	text-decoration: none;
}
/*testimonial display page*/

.coupon-input
{
	width: 150px !important;
}

.white-link
{
	color: #FFFFFF;
}

.cart-table
{
	width: 85% !important;	
}

.cart-table TD
{
	white-space: nowrap;
}

/* begin combined images styles*/

.flags
{
	width: 17px;
	height: 13px;
	padding: 2px;
	display: -moz-inline-stack;
	display: inline-block;
}

.flags:hover, .flags-selected
{
	width: 17px;
	height: 13px;
	padding: 2px;
	display: -moz-inline-stack;
	display: inline-block;
	background-color: #493D25;
}

.EN_flag
{
	background-image:url(/Img/FR/images_combined.gif);
	background-position: -67px 0px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	width: 17px;
	height: 13px;
	cursor: pointer;
	font-size: 0px;
}
.DE_flag
{
	background-image:url(/Img/FR/images_combined.gif);
	background-position: -50px 0px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	width: 17px;
	height: 13px;
	cursor: pointer;
	font-size: 0px;
}
.FR_flag
{
	background-image:url(/Img/FR/images_combined.gif);
	background-position: -101px 0px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	width: 17px;
	height: 13px;
	cursor: pointer;
	font-size: 0px;
}
.ES_flag
{
	background-image:url(/Img/FR/images_combined.gif);
	background-position: -84px 0px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	width: 17px;
	height: 13px;
	cursor: pointer;
	font-size: 0px;
}

.feed_icon
{	
	background-image:url(/Img/FR/images_combined.gif);
	background-position: -133px 0px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.less_button
{
	background-image:url(/Img/FR/images_combined.gif);
	background-position: 0px -40px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	width: 134px;
	height: 20px;
}

.more_button
{
	background-image:url(/Img/FR/images_combined.gif);
	background-position: 0px -20px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	width: 134px;
	height: 20px;
}
.logo_paypal
{
	background-image:url(/Img/FR/images_combined.gif);
	background-position: 0px -284px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	width: 210px;
	height: 80px;
}
.logo_money
{
	background-image:url(/Img/FR/images_combined.gif);
	background-position: 0px -224px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	width: 254px;
	height: 60px;
}

.index_hint1
{
	background-image:url(/Img/FR/hints.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: none;
	width: 194px;
	height: 77px;
}
.index_hint2
{
	background-image:url(/Img/FR/hints.gif);
	background-position: 0px -77px;
	background-repeat: no-repeat;
	display: none;
	width: 194px;
	height: 80px;
}
.index_hint3
{
	background-image:url(/Img/FR/hints.gif);
	background-position: 0px -157px;
	background-repeat: no-repeat;
	display: none;
	width: 194px;
	height: 54px;
}
/* end combined images styles*/

.blog-title 
{
	font-weight: bold;
	font-size: 14px;
}
