/*** RESET ****/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,
img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption,
th {
	text-align:left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,
q:after {
	content:'';
}

abbr,
acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,
textarea,
select {
	*font-size:100%;
}

legend {
	color:#000;
}

/*** BASIC ***/
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

p {
    padding-bottom: 1em;
}

img {
    border: 0;
}

ul,
ol {
    margin: 8px 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

ul li,
ol li {
    margin-left: 3em;
}

ul li {
    list-style-type: square;
    padding-bottom: 0.5em;
}

ol li {
    list-style-type: decimal;
    padding-bottom: 0.5em;
}

br.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

iframe {
    border: none;
}

/* FORM */
fieldset {
    border-style: solid;
    border-width: 1px 0 0 0;
    padding: 6px 10px;
}

legend {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 6px;
}

label {
    display: block;
    font-weight: bold;
    padding: 0 0 5px 0;
}

input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea {
    border: none;
}

input[type="checkbox"] {
    margin: 3px 0 1px 0;
}

input[type="radio"] {
    margin: 6px 3px 1px 0;
}

input[type="submit"] {
    padding: 3px;
}

label span.required {
    color: #FF0000;
    font-size: 1.2em;
    font-weight: normal;
}

div.field_group_row {
    clear: both;
    padding-bottom: 1em;
	margin-left:10%;
}

div.field_group_row2 {
    clear: both;
    padding-bottom: 1em;
	margin-left:1%;
}

div.field_group_row_ert {
    clear: both;
    padding-bottom: 1em;
	margin-left:1%;
}


div.field_group_row div.last {
    padding-right: 0;
}

div.button_group,
div.field_group,
div.info_group,
div.single_group {
    float: left;
    padding-right: 7px;
}

fieldset.no_border {
    padding-top: 0;
    border: none;
}

fieldset.no_padding {
    padding: 0;
}

/* FIELDSET: CLEAN */
fieldset.clean {
    border: 0;
    padding: 0;
}

fieldset.clean {
    border: 0;
    padding: 0;
}

fieldset.clean legend {
    padding: 0;
}

/* FIELDSET: DEFAULT */
fieldset.default {
}

fieldset.default label {
}

fieldset.default label span.tip {
    display: block;
    font-size: 0.8em;
    color: #999999;
}

fieldset.default div.field span.tip {
    font-size: 0.8em;
    color: #999999;
}

/* 1x1 */
fieldset.default div.size_1x1 {
    width: 170px;
}

fieldset.default div.size_1x1 label {
margin-top:7%;
}

fieldset.default div.size_1x1 div.field {
    border-color:#f1b500;
	border-style:solid;
    height: 30px;
	width:335px;
}


fieldset.default div.size_1x1 div.info {
    border-color:#f1b500;
	border-style:solid;
    height: 30px;
	width:335px;
}




fieldset.default div.size_1x1 div.info div.value {
    padding: 8px 0 0 10px;
}

fieldset.default div.size_1x1 input[type="text"],
fieldset.default div.size_1x1 input[type="password"],
fieldset.default div.size_1x1 input[type="file"] {
    margin: 1px 0 0 10px;
    width: 320px;
	height: 29px;
}

fieldset.default div.size_1x1 select {
    height: 21px;
    margin: 5px 0 0 5px;
    padding: 2px;    
    width: 330px;
}

/* 1x1 DATE */
fieldset.default div.date {
    width: 170px;
}

fieldset.default div.date div.field {
    background: url('../img/layout/field_general_1x1_bg.png') no-repeat;
    height: 30px;
}

fieldset.default div.date select.day,
fieldset.default div.date select.month,
fieldset.default div.date select.year {
    height: 21px;
    margin: 5px 0 0 5px;
    padding: 2px;
}

fieldset.default div.date select.day {
    margin-left: 10px;
    width: 43px;
}

fieldset.default div.date select.month {
    width: 43px;
}

fieldset.default div.date select.year {
    width: 58px;
}

/* 1x1 EXP. DATE */
fieldset.default div.exp_date {
    width: 170px;
	padding-top:3%;
}

.cvc_padding{
padding-top:3%;
}

fieldset.default div.exp_date div.field {
    background: url('../img/layout/field_general_1x1_bg.png') no-repeat;
    height: 30px;
	
}

fieldset.default div.exp_date select.month,
fieldset.default div.exp_date select.year {
    height: 21px;
    margin: 5px 0 0 5px;
    padding: 2px;
}

fieldset.default div.exp_date select.month {
    width: 76px;
}

fieldset.default div.exp_date select.year {
    width: 76px;
}

/* 2x1 */
fieldset.default div.size_2x1 {
    width: 347px;
}

fieldset.default div.size_2x1 label {
}

fieldset.default div.size_2x1 div.field {
    border-color:#f1b500;
	border-style:solid;
	width:338px;
	height:30px;
}

fieldset.default div.size_2x1 input[type="text"],
fieldset.default div.size_2x1 input[type="password"],
fieldset.default div.size_2x1 input[type="file"] {
    margin: 8px 0 0 10px;
    width: 327px; /* 347-20 */
}

fieldset.default div.size_2x1 select {
    height: 21px;
    margin: 5px 0 0 5px;
    padding: 2px;    
    width: 332px;
}

/* 2x2*/
fieldset.default div.size_2x2 {
    width: 347px;
}

fieldset.default div.size_2x2 label {
}

fieldset.default div.size_2x2 div.field {
    border-color: #F1B500;
    border-style: solid;
    height: 55px;
    
}

div.field2 {
    border-color: #F1B500;
    border-style: solid;
	height:12px;
    width:45px;
	padding-top:1%;
	padding-bottom:1%;

}

.cvc_ert{
float:right;
}

fieldset.default div.size_2x2 textarea {
    height: 44px;
    margin: 8px 0 0 10px;
    width: 327px; /* 347-20 */
}

/* FIELDSET: ONLINE SALE */
fieldset.online_sale div.size_1x1 {
    width: 170px;
}

fieldset.online_sale div.size_1x1 div.field {
    height: 30px;
}

fieldset.online_sale div.size_1x1 div.country {
    background: url('../img/layout/field_online_sale_1x1_alfa_bg.png') no-repeat;
}

fieldset.online_sale div.size_1x1 div.currency {
    background: url('../img/layout/field_online_sale_1x1_beta_bg.png') no-repeat;
}

fieldset.online_sale div.size_1x1 input[type="text"],
fieldset.online_sale div.size_1x1 input[type="password"],
fieldset.online_sale div.size_1x1 input[type="file"] {
    margin: 8px 0 0 10px;
    width: 140px;
}

fieldset.online_sale div.size_1x1 select {
    height: 21px;
    margin: 5px 0 0 5px;
    padding: 2px;
    width: 151px;
}

/* FIELDSET: USER */
fieldset.user div.size_1x1 {
    width: 136px;
}

fieldset.user div.size_1x1 div.field {
    background: url('../img/layout/field_user_1x1_bg.png') no-repeat;
    height: 30px;
}

fieldset.user div.size_1x1 input[type="text"],
fieldset.user div.size_1x1 input[type="password"],
fieldset.user div.size_1x1 input[type="file"] {
    margin: 8px 0 0 10px;
    width: 116px; /* x-20 */
}

fieldset.user div.size_1x1 select {
    height: 21px;
    margin: 5px 0 0 5px;
    padding: 2px;
    width: 127px; /* x-9 */
}

fieldset.user div.field_group_row {
    padding: 0;

}

fieldset.user div.info_group {
    padding-top: 11px;
}

/* FIELDSET: HEADER */
fieldset.header div.size_1x1 {
    width: 160px;
}

fieldset.header div.size_1x1 label {
}

fieldset.header div.size_1x1 div.field {
    background: url('../img/layout/field_header_1x1_bg.png') no-repeat;
    height: 30px;
}

fieldset.header div.size_1x1 input[type="text"],
fieldset.header div.size_1x1 input[type="password"],
fieldset.header div.size_1x1 input[type="file"] {
    margin: 8px 0 0 10px;
    width: 140px;
}

fieldset.header div.size_1x1 select {
    height: 21px;
    margin: 5px 0 0 5px;
    padding: 2px;
    width: 151px;
}

fieldset.header div.button_group {
    padding-top: 19px;
}

fieldset.header a.button {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}

body.lang_tr fieldset.header a#association_list_button {
    background: url('../img/layout/main_association_list_button_tr.png') no-repeat;
    height: 30px;
    width: 128px;
}

body.lang_en fieldset.header a#association_list_button {
    background: url('../img/layout/main_association_list_button_en.png') no-repeat;
    height: 30px;
    width: 152px;
}

fieldset.header a#association_login_button {
    background: url('../img/layout/main_association_login_button_tr.png') no-repeat;
    height: 30px;
    width: 111px;
}

/* FIELDSET: GENERAL */
fieldset.general {
}

fieldset.general label {
    float: left;
    width: 130px; /*110px*/
    text-align: right;
    padding: 6px 0 0 0;
}

fieldset.general label span.tip {
    display: block;
    font-size: 0.8em;
    color: #999999;
}

fieldset.general div.field span.tip {
    font-size: 0.8em;
    color: #999999;
}

fieldset.general div.field_group,
fieldset.general div.single_group,
fieldset.general div.button_group {
    padding-bottom: 6px;
    clear: both;
}

fieldset.general div.button_group {
    padding-top: 6px;
    clear: both;    
}

fieldset.general div.field_group fieldset {
    border-width: 1px;
}

fieldset.general div.field_group div.field {
    padding-top: 5px;
}

fieldset.general div.info_group {
    padding-bottom: 6px;
    clear: both;
}

fieldset.general div.info_group div.field {
    padding: 6px 0 0 0;
}

fieldset.general div.info_group fieldset {
    border-width: 1px;
}

fieldset.general div.info_group div.info {
    padding: 6px 0 0 0;
}

/* FIELDSET: GENERAL */
fieldset.general div.field_group div.field,
fieldset.general div.info_group div.info {
    margin-left: 140px; /*120px*/
    text-align: left;
}

fieldset.general div.button_group,
fieldset.general div.button_group,
fieldset.general div.single_group {
    margin-left: 140px; /*120px*/
}


/* RADIO GROUP */
table.radio_group {
}

table.radio_group td.field {
    vertical-align: top;
    padding: 3px 6px 0 0;
}

table.radio_group td.label {
    padding-bottom: 6px;
}

table.radio_group td.label label {
    padding: 0;
}

table.radio_group td.label span.summary {
    font-size: 0.95em;
}

/* COLUMN LAYOUT TWO*/
div.column_layout_two div.column_one {
    float: left;
    width: 49%;
}

div.column_layout_two div.column_two {
    float: right;
    width: 49%;
}

/* COLUMN LAYOUT MULTIPLE */
div.column_layout_multiple div.column {
    float: left;
}

/* MESSAGES */
ul.flash {
    color: #000000;
    margin: 0 0 0.5em 0;
    padding: 0.5em 0 0 0;
}

ul.error {
    background: #FDF4F4;
    color: #8a1f11;
}

ul.error a {
    color: #8a1f11;
}

ul.notice {
    background: #FFF6BF;
    border-color: #FFD324;
    color: #514721;
}

ul.notice a {
    color: #514721;
}

ul.success {
    background: #F2F7DF;
    color: #264409;
}

ul.success a {
    color: #264409;
}

/* HORIZONTAL MENU */
ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li {
    display: block;
    float: left;
    margin: 0;
    position: relative;
}

ul.menu a,
ul.menu a:link,
ul.menu a:active,
ul.menu a:focus,
ul.menu a:visited {
    display: block;
    text-decoration: none;
}

ul.space_separated li {
    padding-left: 1em;
}

ul.space_separated li.first {
    padding-left: 0;
}

/* VERTICAL MENU */
ul.vertical_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.vertical_menu li {
    list-style: none;
    margin: 0;
}

ul.vertical_menu a,
ul.vertical_menu a:link,
ul.vertical_menu a:active,
ul.vertical_menu a:focus,
ul.vertical_menu a:visited {
    display: block;
    text-decoration: none;
}

/* ADMIN MENU */
div#admin_menu {
}

/* ADMIN SUB MENU */
div#admin_sub_menu {
    margin-bottom: 10px;
}

/* PAGER */
div.pager_group {
    padding: 0 0 1em 0;
}

div.pager_bottom_group {
    padding: 1em 0 1em 0;
}

div.pager_group div.column_two,
div.pager_bottom_group div.column_two {
    text-align: right;
}

a.back_link,
a.next_link,
span.back_link_disabled,
span.next_link_disabled {
    color: #617631;
    font-weight: bold;
    text-decoration: none;
}

a.back_button,
a.next_button,
span.back_button_disabled,
span.next_button_disabled {
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 18px;
}

a.next_button {
    background: url('../img/layout/pager_next.png') no-repeat;
}

a.back_button {
    background: url('../img/layout/pager_back.png') no-repeat;
}

span.next_button_disabled {
    background: url('../img/layout/pager_next_disabled.png') no-repeat;
}

span.back_button_disabled {
    background: url('../img/layout/pager_back_disabled.png') no-repeat;
}

table.pager_links td {
    padding-right: 8px;
}

table.pager_links td.label {
    display: none;
} 

span.pager_links span.page_link_current {
    color: #686768;
    font-weight: bold;
    padding: 2px 4px;
}

span.pager_links a.page_link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

span.pager_info {
}

span.pager_info span.label {
}

span.pager_info span.count {
    font-weight: bold;
}

span.pager_info span.range {
    font-weight: bold;
}

/* CATEGORY */
div.category_path_links {
    margin-bottom: 1em;
}

div.category_path_links span.label {
    font-weight: bold;
}

div.field_group div.category_path_links {
    margin-bottom: 0;
}

/* GENERAL LIST */
div.general_list_panel {
    border: 1px solid #6FB3D6;
}

table.general_list {
    color: #000000;
    width: 100%;
}

table.general_list th {
    background: #F9F9F9 url('../img/layout/general_list_header_bg.gif') repeat-x bottom;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #EEEEEE;
    font-weight: bold;
    padding: 4px 3px 4px 3px;
}

table.general_list th.first {
    border-left: none;
}

table.general_list th.last {
    border-right: none;
}

table.general_list td {
    background: #FFFFFF;
    border-top: 1px solid #EEEEEE;
    padding: 3px;
}

table.general_list td.name {
    text-align: center;
}

table.general_list tr.hi td {
}

/* DATE FIELD */
span.text_date_field input.day,
span.text_date_field input.month,
span.text_date_field input.year {
    text-align: center;
}

/* SPECIAL */
html {
    background: #F7F7F7;
	color: #000000;
}

body {
    background: #F7F7F7;
    color: #000000;
    font: normal 11px/14px Tahoma,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS",Arial,sans-serif; 
    color: #000000;
}

h1 {
    font-size: 24px;
    line-height: 32px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 6px 0 11px 0;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 6px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
}

h3 a,
h4 a {
    color: #000000;
    text-decoration: none;
}

a {
    color: #900000;
}

/* LAYOUT */
div#page {
    background: #FFFFFF;
    padding: 7px 0 0 0;
}

div#header {
    background: url('../img/layout/header_bg2.png') no-repeat;
    height: 169px;
    margin: -6px auto;
    position: relative;
    width: 981px;
}

div#logo {
    left: 13px;
    position: absolute;
    top: 49px;
}

div#logo h1 {
}

div#logo h1 a {
    display: block;
    height: 108px;
    width: 108px;
    text-decoration: none;
    text-indent: -9999px;
}

body.lang_en div#logo h1 a {
    background: url('../img/layout/logo_interflora_en2.png') no-repeat;
}

body.lang_tr div#logo h1 a {
    background: url('../img/layout/logo_interflora_en2.png') no-repeat;
}

/* PANEL: ORDER LINE */
div#order_line_panel {
    height: 65px;
    left: 147px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 261px;
}

body.lang_en div#order_line_panel {
    background: url('../img/layout/order_line_en.png') no-repeat;
}

body.lang_tr div#order_line_panel {
    background: url('../img/layout/order_line_tr.png') no-repeat;
}

/* PANEL: USER */
div#user_panel {
    height: 26px;
    position: absolute;
    top: 1px;
    left: 630px;
    width: 338px;	
}

div#user_panel div.links {
    padding-top: 10px;
}

div#user_panel div.links a {
    text-decoration: none;
}

div#user_panel a#register_link {
    color: #4F7400;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
}

/* USER MENU */
div#user_menu {
}

div#user_menu ul {
}

div#user_menu ul li {
    background: url('../img/layout/user_menu_item_arrow.png') no-repeat 0 2px;
    padding: 0 5px 0 10px;
}

div#user_menu ul li a {
    color: #B57923;
    font-size: 10px;
    line-height: 10px;
}

div#user_menu ul li a:hover {
}

div#user_menu ul li.first {
}

div#user_menu ul li.last {
    padding-right: 0;
}

/* SERVICES MENU */
div#services_menu {
}

/* MAIN MENU */
div#main_menu {
    font-family: "Trebuchet MS",Arial,sans-serif;
    position: absolute;
    top: 118px;
    left: 280px;
}

div#main_menu ul {
}

div#main_menu ul li {
    background: url('../img/layout/main_menu_item_seperator2.png') no-repeat;
    padding: 7px 6px 0 9px;
}

div#main_menu ul li a {
    color: #fff;
    font-weight: bold;
}

div#main_menu ul li a:hover {
}

div#main_menu ul li.first {
    background: none;
    padding-left: 45px;
}

/* LANGUAGE MENU */
div#language_menu {
    position: absolute;
    top: 124px;
    right: 45px;
}

div#language_menu a {
    display: block;
    height: 23px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
	font-family: "Trebuchet MS",Arial,sans-serif;
}
/*
body.lang_en div#language_menu a {
    background: url('../img/layout/lang_button_en.png') no-repeat;
}

body.lang_tr div#language_menu a {
    background: url('../img/layout/lang_button_tr.png') no-repeat;
}
*/
/* MAIN PANEL */
div#main_panel {
    height: 48px;
    left: 190px;
    position: absolute;
    top: 88px;
    width: 779px;
}

#main_panel .word	{font-weight:bold; font-size:11px; font-family:tahoma; padding:3px 10px 0px 0px;}

/* SUB MENU */
div#sub_menu {
    font-family: "Trebuchet MS",Arial,sans-serif;
    height: 33px;
    position: absolute;
    top: 144px;
    left: 57px;
}

div#sub_menu ul {
}

div#sub_menu ul li {
    background: url('../img/layout/sub_menu_item_seperator.png') no-repeat top right;
    height: 30px;
    line-height: 11px;
    padding: 0;
}

div#sub_menu ul li a {
    background: url('../img/layout/sub_menu_item_arrow.png') no-repeat;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 9px 11px 10px 22px;
}

div#sub_menu ul li a:hover {
}

div#sub_menu ul li.last {
    background: none;
}

/* ONLINE SALE PANEL */
div#online_sale_panel {
    height: 80px;
    margin-bottom: 1em;
    width: 810px;
}

body.lang_tr div#online_sale_panel {
    background: url('../img/layout/online_sale_bg_tr.png') no-repeat;
}

body.lang_en div#online_sale_panel {
    background: url('../img/layout/online_sale_bg_en.png') no-repeat;
}

div#online_sale_panel form {
    padding: 20px 0 0 407px;
}

/* SPLASH */
div#splash {
    height: 240px;
}

/* CONTENT */
div#content {
    padding: 5px 0;
    margin: 0 auto;
    width: 981px;
}

/* FOOTER MENU */
div#footer_menu {
    border-color: #D9D9D9;
    border-style: solid;
    border-width: 1px 0;
    color: #686460;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    padding: 1em;
    text-align: center;
}

div#footer_menu a {
    color: #686460;
    text-decoration: none;
}

div#footer_info {
    font-size: 10px;
    line-height: 10px;
    margin: 0 auto;
    padding: 1em 0 1em 10px;
    width: 981px;
}

div#copyright {
    background: url('../img/layout/copyright_bg.png') no-repeat;
    color: #B3B3B3;
    float: left;
    font-weight: bold;
    width: 49%;
    padding: 0 0 0 32px;
}

div#copyright p {
    margin: 0;
    padding: 0 0 0.5em 0;
}

div#powered_by {
    float: right;
    padding: 0;
    text-indent: -9999px;
}

div#powered_by a {
    background: url('../img/layout/logo_trios.png') no-repeat;
    display: block;
    height: 25px;
    width: 35px;
}

/* CATEGORY MENU */
div#category_menu {
    background: url('../img/layout/category_menu_body_bg.png') repeat-y;
    width: 166px;
}

div#category_menu div.head {
    background: url('../img/layout/category_menu_head_bg.png') no-repeat;
    height: 30px;
}

div#category_menu div.head h4 {
    padding: 10px 10px 0 24px;
	color:#fff;
}

div#category_menu ul  {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
}

div#category_menu ul li {
    list-style: none;
    margin: 0;
    padding-left: 10px;
}

div#category_menu ul li a {
    background: url('../img/layout/category_menu_arrow_level_1.png') no-repeat 0 3px;
    padding-left: 13px;
}

div#category_menu ul a,
div#category_menu ul a:link,
div#category_menu ul a:active,
div#category_menu ul a:focus,
div#category_menu ul a:visited {
    text-decoration: none;
}

div#category_menu ul li.last {
    background: url('../img/layout/category_menu_foot_bg.png') no-repeat bottom left;
    padding-bottom: 12px;
}

div#banner_language_of_colors {
    padding-top: 5px;
}

div#banner_language_of_colors h4 {
    background: url('../img/layout/banner_language_of_colors.png') no-repeat;
    height: 30px;
    width: 166px;
}

div#banner_language_of_colors h4 a {
    display: block;
    padding: 10px 0 0 24px;
	color:#fff;
}

div#banner_wallpapers {
    padding-top: 5px;
}

div#banner_wallpapers h4 {
    background: url('../img/layout/banner_wallpapers.png') no-repeat;
    height: 30px;
    width: 166px;
}

div#banner_wallpapers h4 a {
    display: block;
    padding: 10px 0 0 24px;
}

div#banner_send_flower {
    padding-top: 5px;
}

div#banner_send_flower h4 {
    height: 126px;
    width: 166px;
}

div#banner_send_flower h4 a {
    display: block;
    padding: 10px 0 0 24px;
	color:#fff;
}

body.lang_tr div#banner_send_flower h4 {
    background: url('../img/layout/banner_send_flower_tr.png') no-repeat;
}

body.lang_en div#banner_send_flower h4 {
    background: url('../img/layout/banner_send_flower_en.png') no-repeat;
}

/* NEWS MENU */
div#news_menu {
    background: url('../img/layout/news_menu_body_bg.png') no-repeat bottom left;
    height: 240px;
    width: 175px;
}

div#news_menu div.head {
    background: url('../img/layout/news_menu_head_bg.png') no-repeat;
    height: 30px;
}

div#news_menu div.head h4 {
    padding: 10px 10px 0 24px;
	color:#fff;
}

div#news_menu ul  {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
}

div#news_menu ul li {
    list-style: none;
    margin: 0;
    padding-left: 10px;
}

div#news_menu ul li a {
    background: url('../img/layout/news_menu_arrow.png') no-repeat 0 3px;
    color: #000000;
    padding-left: 13px;
}

div#news_menu ul a,
div#news_menu ul a:link,
div#news_menu ul a:active,
div#news_menu ul a:focus,
div#news_menu ul a:visited {
    text-decoration: none;
}


/* DEFAULT COLUMN LAYOUT */
div.default_column_layout {
}

div.default_column_layout div.column_alfa {
    float: left;
    width: 171px;
}

div.default_column_layout div.column_beta {
    float: left;
    width: 810px;
}

/* HOME COLUMN LAYOUT */
div.home_column_layout {
    padding-bottom:0px;
}

div.home_column_layout div.splash {
    float: left;
    height: 240px;
    width: 630px;
}

div.home_column_layout div.news {
    float: right;
    height: 240px;
    width: 175px;
}

/* CONTENT COLUMN LAYOUT */
div.page_column_layout {
}

div.page_column_layout div.content {
    float: left;
    width: 701px;
}

div.page_column_layout div.splash {
    float: right;
    width: 102px;
}

div.page_column_layout div.splash div.box {
    border: 1px solid #ACBED6;
    margin-bottom: 1em;
}

/* COLUMN LAYOUT PAGER */
div.column_layout_pager div.column_one {
    float: left;
    width: 42%;
}

div.column_layout_pager div.column_two {
    float: right;
    margin: 0;
    width: 57%;
}

/* INFO LIST */
div.info_list {
    padding: 0 0 0 0;
}

div.info_list div.item {
    clear: both;
    /*font-size: 10px;
    line-height: 10px;*/
    padding-bottom: 7px; 
}

div.info_list div.item span.label {
    display: block;
    color: #336CB9;
    float: left;
    width: 100px;
}

div.info_list div.item span.prefix {
    color: #336CB9;
}

div.info_list div.item span.value {
}

/* PRODUCT PICTURE */
div.product_picture {
    background: url('../img/layout/product_list_picture_bg.png') no-repeat;
    position: relative;
    width: 170px;
	/*margin:10% 0 0 10%;*/
}

div.product_picture td {
    width: 170px;
    height: 170px;
    text-align: center;
    vertical-align: middle;
}

div.product_picture img {
    border: 1px solid #ACBED6;
}

div.product_picture div.zoom {
    bottom: 0;
    position: absolute;
    right: 0;
}

div.product_picture div.zoom a {
    background: url('../img/layout/product_list_zoom2.png') no-repeat;
    display: block;
    height: 27px;
    width: 27px;
    text-decoration: none;
    text-indent: -9999px;
}

/* PRODUCT LIST */
div.product_list {
}

div.product_list div.product {
    float: left;
    border-bottom: 1px solid #EDEDED;
    padding: 0 7px 8px 0;
}

div.product_list div.last {
    padding-right: 0;
    width: 170px;
}

div.product_list div.product div.info {
    background: url('../img/layout/product_bg_beta.png') no-repeat;
    padding: 0px 0;
    width: 170px;
}

div.product_list div.product div.info div {
    padding: 0 10px;
}

div.product_list div.product div.info span.label {
    display: block;
    float: left;
    color: #336CB9;
    width: 52px;
}

div.product_list div.product div.info span.prefix {
    color: #336CB9;
}

div.product_list div.product div.info span.value {
}

div.product_list div.product div.name {
    height: 44px;
}

div.product_list div.product div.name a {
    background: url('../img/layout/product_list_arrow.png') no-repeat 0 2px;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 0 0 0 13px;
    text-decoration: none;
}

div.product_list div.product div.code {
}

div.product_list div.product div.code span.value {
    font-weight: bold;
}

div.product_list div.product div.price {
    height: 28px;
}

div.product_list div.product div.price span.price_current {
font-size:14px;
font-weight:bold;
}

div.product_list div.product div.price span.price_seasonal {
    display: block;
    text-decoration: line-through;
}

div.product_list div.product div.links {
    padding: 0 10px;
}

div.product_list div.product div.links div.buy {
}

div.product_list div.product div.links div.buy a {
    display: block;
    height: 39px;
    text-decoration: none;
    text-indent: -9999px;
    width: 105px;
}

body.lang_tr div.product_list div.product div.links div.buy a {
    background: url('../img/layout/product_buy_button_tr.png') no-repeat;
}

body.lang_en div.product_list div.product div.links div.buy a {
    background: url('../img/layout/product_buy_button_en.png') no-repeat;
}

/* PRODUCT DETAIL */
div.product_detail {
    padding-bottom: 40px;
}

div.product_detail div.panel {
    float: left;
    width: 170px;
}

div.product_detail div.content {
    float: right;
    width: 524px;
}

div.product_detail div.category_path_links {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 5px;
    padding: 0 0 10px 0; 
}

div.product_detail div.category_path_links a {
    color: #000000;
    text-decoration: none;
}

div.product_detail div.category_path_links span.seperator {
    padding: 0 3px 0 2px;
}

div.product_detail div.name {
    background: url('../img/layout/product_list_arrow.png') no-repeat 0 2px;
    font-weight: bold;
    margin-top: 10px;
	margin-left:10%;
    padding: 0 0 7px 13px;
}

/*div.product_detail div.code {
    color: #44E305;
    font-weight: bold;    
    padding: 0 0 .5em 0; 
}*/

div.product_detail div.summary {
    color: #464646;
    padding: 0 13px 7px 13px;
}

div.product_detail div.choices_title {
    background: url('../img/layout/product_detail_arrow.png') no-repeat 0 2px;
    color: #393939;
    padding: 0 0 7px 13px;
}

div.product_detail div.choices {
    padding: 0 13px 7px 13px;
}

div.product_detail table.radio_group {
    width: 100%;
    border-top: 1px solid #EDEDED;
}

div.product_detail table.radio_group tr {
    border-bottom: 1px solid #EDEDED;
}

div.product_detail table.radio_group td {
    padding: 3px 0;
    vertical-align: top;
}

div.product_detail table.radio_group td.field {
    padding: 5px 0 0 0;
    width: 5%;
}

div.product_detail table.radio_group td.field input {
    margin: 0;
}

div.product_detail table.radio_group td.label {
}

div.product_detail table.radio_group td.label span.name {
}

div.product_detail table.radio_group td.label span.summary {
    display: block;
}

div.product_detail table.radio_group td.price {
    text-align: right;
}

div.product_detail table.radio_group td.price span.price_seasonal {
    display: block;
    text-decoration: line-through;
}

div.product_detail table.radio_group td.price span.price_current {
font-size:16px;
font-weight:bold;
}

div.product_detail div.buy_button {
    padding-top: 1em;
}

/* FIELDSET: PRODUCT INFO */
fieldset.product_info {
}

fieldset.product_info label {
    float: left;
    width: 130px; /*110px*/
    text-align: right;
    padding: 6px 0 0 0;
}

fieldset.product_info div.info {
    margin-left:140px;
    text-align:left;
}

fieldset.product_info div.picture {
    float: right;
}

fieldset.product_info div.picture td {
    width: 86px;
    height: 86px;
    text-align: center;
    vertical-align: middle;
}

fieldset.product_info div.info_groups {
    float: left;
    width: 80%;
}

/* PRODUCT LIST PANEL */
div#product_list_panel {
    padding-right: 15px;
}

div#product_list_panel label {
    font-weight: bold;
    color: #60A906;
}

div#product_list_panel select {
    width: 100%;
}

/* PRODUCT SEARCH PANEL */
div#product_search_panel {
    padding: 1em 0;
}

div#product_search_panel td {
}

div#product_search_panel label {
    display: inline;
    padding-right: 6px;
}

div#product_search_panel label.category_id {
    background-repeat: no-repeat; /*url('../img/layout/product_seach_panel_category_label.png')*/
    display: block;
    /*width: 66px;
    height: 9px;*/
    padding: 0 6px 0 0;    
    text-indent: -9999px;
}

div#product_search_panel label.price_range {
    background-repeat: no-repeat; /*url('../img/layout/product_seach_panel_price_range_label.png')*/
    display: block;
    /*width: 71px;
    height: 9px;*/
    padding: 0 6px 0 0;
    text-indent: -9999px;
}

div#product_search_panel label.keywords {
    background-repeat: no-repeat; /*url('../img/layout/product_seach_panel_search_label.png')*/
    display: block;
    /*width: 42px;
    height: 9px;*/
    padding: 0 6px 0 0;
    text-indent: -9999px;
}

div#product_search_panel td.field {
    background: url('../img/layout/product_list_field_bg.gif') no-repeat;
    width: 134px; /* 117 + 17px */
    height: 18px;
}

div#product_search_panel div.field {
    padding: 1px 0 1px 8px;
}

div#product_search_panel select,
div#product_search_panel input {
    border: 0;
    padding: 0;
    width: 102px;
    background-color: #7BB438;
}

div#product_search_panel input {
    padding-top: 1px;
}

/* CHECKOUT MENU */
div#checkout_menu {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

div#checkout_menu ul {
    height: 50px;
}

div#checkout_menu ul li {
    background: url('../img/layout/checkout_step_bg.png') no-repeat;
    height: 50px;
    position: relative;
    width: 177px;
}

div#checkout_menu ul li.active {
    background: url('../img/layout/checkout_step_active_bg.png') no-repeat;
}

div#checkout_menu ul li.last {
    width: 170px;
}

div#checkout_menu ul li a {
    color: #FFFFFF;
    display: block;
    height: 50px;
    text-decoration: none;
    width: 170px;
}

div#checkout_menu ul li span.label {
    display: block;
    padding-top: 7px;
    text-align: center;
}

div#checkout_menu ul li span.index {
    color: #000000;
    left: 82px;
    position: absolute;
    top: 32px;
}

div.checkout_button_group {
}

div.checkout_button_group a {
    float: left;
}

a#checkout_back_button {
    display: block;
    height: 30px;
    margin-right: 7px;
    text-decoration: none;
    text-indent: -9999px;
    width: 111px;
}

body.lang_tr a#checkout_back_button {
    background: url('../img/layout/checkout_back_button_tr.png') no-repeat;
}

body.lang_en a#checkout_back_button {
    background: url('../img/layout/checkout_back_button_en.png') no-repeat;
}

a#checkout_next_button {
    display: block;
    height: 30px;
    text-decoration: none;
    text-indent: -9999px;
    width: 111px;
}

body.lang_tr a#checkout_next_button {
    background: url('../img/layout/checkout_next_button_tr.png') no-repeat;
}

body.lang_en a#checkout_next_button {
    background: url('../img/layout/checkout_next_button_en.png') no-repeat;
}

div.payment_type {
    color: #336CB9;
    font-size: 16px;
    line-height: 16px;
}

div.product_view div.info_list {
    padding-left: 13px;
}

div.checkout_step_product_info {
}

div.checkout_step_product_info div.info_list {
	margin-left:10%;
    padding-top: 7px;
}

div.checkout_step_sender_info {
}

div.checkout_step_recipient_info {
}

div.checkout_step_payment {
}

div.checkout_step_payment div.info_list {
    padding-top: 7px;
}

div.checkout_step_payment_extra {
}


/* FIELD GROUP: NATIVE */
div.native_field_group {
    padding-bottom: 6px;
    clear: both;
}

div.native_field_group div.field {
    margin-left: 140px; /*120px*/
    text-align: left;
    padding: 5px 0 0 0;
}

/* SALE STATUS */
span.sale_status_1, 
span.sale_status_2,
span.sale_status_3,
span.sale_status_3 {
    color: #0000FF;
    font-weight: bold;
}

span.sale_status_5 {
    color: #33CC33;
    font-weight: bold;
}

span.sale_status_6 {
    color: #FF0000;
    font-weight: bold;
}

/* ABOUT: SERVICES */
body.about_services_page div#content {
    background: none;
}

h2#about_services_title {
    background-repeat: no-repeat; /*url('../img/layout/about_services_title.png')*/
    width: 604px;
    height: 43px;
    text-indent: -9999px;
    text-decoration: none;
}

span.about_services_no {
    font-weight: bold;
}

div.about_services_column_layout {
    padding-top: 2em;
}

div.about_services_column_layout div.column_one {
    float: left;
    width: 269px;
}

div.about_services_column_layout div.column_two {
    float: left;
    width: 335px;
}

div.about_services_column_layout div.column_one div.content {
    padding-right: 1em;
}

div.about_services_column_layout div.column_one strong {
}

div.about_services_column_layout div.column_two a {
}

div.about_services_column_layout div.column_two div.email {
}

div.about_services_column_layout div.column_two div.telephone {
}

div.about_services_column_layout div.column_two div.address {
}

/* PRODUCT SELECT */
div.product_select_panel {
    padding-bottom: 1em;
}

div.product_select_panel input {
    padding: 1px;
}

/* POST LIST */
div.post_list {
}

div.post_list div.post {
    padding-bottom: 1em;
}

div.post_list div.post h3 {
    margin: 0;
}

div.post_list div.post h3 a {
    color: #EFCF16;
    text-decoration: none;
    font-size: 0.8em;
}

div.post_list div.post div.date {
    font-size: 0.9em;
    padding-bottom: 0.5em;
}

/* POST DETAIL */
div.post_detail h3 {
}

div.post_detail div.date {
    font-size: 0.9em;
    padding-bottom: 1em;
}

div.post_detail div.picture {
    /*float: right;*/
    padding-bottom: 1em;
}

div.post_detail div.body {
    padding-bottom: 1em;
}

div.post_detail div.others {
    padding-bottom: 1em;
}

div.post_detail div.others a {
    /*
    background: url('../img/layout/post_others.gif') no-repeat;
    display: block;
    float: right;
    width: 78px;
    height: 29px;
    text-indent: -9999px;
    text-decoration: none;
    */
    /*
    color: #EFCF16;
    text-decoration: none;
    font-weight: bold;
    */
}

/* PRESS LIST */
div.press_list {
}

div.press_list table {
    width: 100%;
}

div.press_list td {
    padding: 4px 10px;
    border-bottom: 1px solid #EDEDED;
}

div.press_list td.title {
    padding-left: 0;
}

div.press_list td.title a {
    text-decoration: none;
}

div.press_list td.date {
    width: 16%;
    text-align: right;
}

div.press_list td.link {
    width: 10%;
    text-align: right;
}

div.press_list td.link a {
    font-weight: bold;
    text-decoration: none;
}

/* PRESS DETAIL */
div.press_detail h3 {
}

div.press_detail div.publisher {
    font-size: 0.9em;
    font-weight: bold;
}

div.press_detail div.date {
    font-size: 0.9em;
    padding-bottom: 1em;
}

div.press_detail div.picture {
    padding-bottom: 1em;
}

div.press_detail div.body {
    padding-bottom: 1em;
}

div.press_detail div.others {
    padding-bottom: 1em;
}

div.press_detail div.others a {
    /*
    background: url('../img/layout/press_others.gif') no-repeat;
    display: block;
    float: right;
    width: 64px;
    height: 29px;
    text-indent: -9999px;
    text-decoration: none;
    */
    /*
    color: #EFCF16;
    text-decoration: none;
    font-weight: bold;
    */
}

/* FLOWER WORLD */
div#flower_world_column_layout div.box {
    float: left;
    height: 100px;
    width: 50%;
}

div#flower_world_column_layout div.picture {
    float: left;
    width: 150px;
}

div#flower_world_column_layout div.info {
    float: left;
    width: 200px;
}

div#flower_world_column_layout p {
    padding-right: 1em; 
}

/* COLOR LIST */
div.color_list {
}

div.color_list div.color {
    float: left;
    padding-bottom: 1.5em;
    width: 48%;
}

div.color_list div.color div.picture {
    float: left;
    padding-right: 1em;
}

div.color_list div.color div.name {
    font-weight: bold;
    padding-top: 0.5em;
}

div.color_list div.color div.meaning {
}

/* FLOWER LIST */
div.flower_list {
}

div.flower_list div.flower {
    float: left;
    padding: 0 35px 30px 0;
}

div.flower_list div.last {
    padding-right: 0;
}

div.flower_list div.flower div.picture {
    float: left;
    background: url('../img/layout/flower_picture_bg.png') no-repeat;
    width: 88px;
    height: 88px;
}

div.flower_list div.flower div.picture td {
    width: 88px;
    height: 88px;
    text-align: center;
    vertical-align: middle;
}

div.flower_list div.flower div.content {
    float: left;
    background: url('../img/layout/flower_content_bg.png') no-repeat;
    width: 196px; /* old: 182px */
    height: 88px;
    font-size: 0.9em;
}

div.flower_list div.flower div.content div {
    padding-left: 13px;
    padding-bottom: 4px;
}

div.flower_list div.flower div.name {
    font-weight: bold;
    padding-top: 13px;
}

div.flower_list div.flower div.color {
}

div.flower_list div.flower div.meaning {
}

/* WALLPAPER LIST */
div.wallpaper_list {
}

div.wallpaper_list div.wallpaper {
    float: left;
    padding: 0 19px 19px 0;
}

div.wallpaper_list div.last {
    padding-right: 0;
}

div.wallpaper_list div.wallpaper div.picture {
    /*background: url('../img/layout/wallpaper_picture_bg.png') no-repeat;*/
    width: 125px; /*149*/
    height: 118px;
}

div.wallpaper_list div.wallpaper div.picture td {
    width: 125px; /*149*/
    height: 118px;
    text-align: center;
    vertical-align: middle;
}

div.wallpaper_list div.wallpaper div.links {
    font-size: 0.9em;
    padding-top: 5px;
    text-align: center;
}

div.wallpaper_list div.wallpaper div.links a {
}

/* ECARD LIST */
div.ecard_list {
}

div.ecard_list div.ecard {
    float: left;
    padding: 0 19px 19px 0;
}

div.ecard_list div.last {
    padding-right: 0;
}

div.ecard_list div.ecard div.picture {
    /*background: url('../img/layout/ecard_picture_bg.png') no-repeat;*/
    width: 125px; /*149*/
    height: 118px;
}

div.ecard_list div.ecard div.picture td {
    width: 125px; /*149*/
    height: 118px;
    text-align: center;
    vertical-align: middle;
}

/* ECARD DETAIL */
div.ecard_detail {
}

div.ecard_detail div.picture {
    float: left;
    /*background: url('../img/layout/ecard_picture_bg.png') no-repeat;*/
    padding-right: 12px;
}

div.ecard_detail div.picture td {
    width: 149px;
    height: 118px;
    text-align: center;
    vertical-align: middle;
}

div.ecard_detail div.info {
    float: left;
    width: 524px;
    padding-top: 0.5em;
}

/* LAYOUT: POPUP */
body#popup_layout {
    background: #FFFFFF;
    color: #000000;
    padding: 12px;
}

body#popup_layout h2 {
    color: #000000;
}


div#help_box {
    /*height: 400px;
    margin: 1em 0;
    overflow: auto;*/
}

/* SALE REPORT */
table.sale_report th {
    text-align: center;
}

table.sale_report td {
    text-align: right;
}

table.sale_report td.label {
    text-align: center;
}

/* SALE PRINT */
table.sale_print {
}

table.sale_print td {
    padding-bottom: 1em;
}

table.sale_print td.label {
    padding-right: 1em;
}

ol.lower_alpha li {
    list-style-type: lower-alpha;
}

p.caution {
    color: #FF0000;
    font-size: 1.2em;
    font-weight: bold; 
}


/* Add from Kazim */

.left			{float:left;}
.right			{float:right;}
.both			{clear:both;}
.pointer		{cursor:pointer;}

.flash_success	{padding:10px 0px 20px 20px; position:absolute; border-left:10px solid #F5BA16; border-right:10px solid #859C27; border-bottom:10px solid #F5BA16; border-top:10px solid #859C27; background:#F2F7DF; text-align:center; top:10%; left:50%; width:550px; margin-left:-275px; position:fixed; _position:absolute; _top : expression(eval(document.body.scrollTop)); z-index:10; min-height:20px; font-family:tahoma; font-size:12px; text-align:left;}
.flash_error	{padding:10px 0px 20px 20px; position:absolute; border-left:10px solid #F5BA16; border-right:10px solid #D22626; border-bottom:10px solid #F5BA16; border-top:10px solid #D22626; background:#FDF4F4; text-align:center; top:10%; left:50%; width:550px; margin-left:-275px; position:fixed; _position:absolute; _top : expression(eval(document.body.scrollTop)); z-index:10; min-height:20px; font-family:tahoma; font-size:12px; text-align:left;}
.otherProduct	{font-family:Verdana; font-size:15px; padding:5px 0px 5px 5px; color:#000; border-bottom:1px solid #316B8A; margin-bottom:4px;}

#seach_box		{width:290px; height:22px; position:absolute; background: url('../img/layout/sBox.png') no-repeat; top:53px; left:660px; padding:3px 5px 0px 5px;}

.country_name	{font-family: "Trebuchet MS",Arial,sans-serif; font-size:12px; border:1px solid #F1F1F1; padding:5px; margin-bottom:5px; background:#FCA227 url('../img/layout/titleBg.png') bottom repeat-x; color:#FFF; font-weight:bold;}

div#search_menu {
	margin-top:5px;
    background: url('../img/layout/category_menu_body_bg.png') repeat-y;
    width: 166px;
}

div#search_menu div.head {
    background: url('../img/layout/category_menu_head_bg.png') no-repeat;
    height: 30px;
}

div#search_menu div.head h4 {
    padding: 10px 10px 0 24px;
	color:#fff;
}

div#search_menu .last {
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
    background: url('../img/layout/category_menu_foot_bg.png') no-repeat bottom left;
    padding-bottom: 12px;
}

div#siparis_menu {
	margin-top:5px;
    background: url('../img/layout/category_menu_body_bg.png') repeat-y;
    width: 166px;
}

div#siparis_menu div.head {
    background: url('../img/layout/category_menu_head_bg.png') no-repeat;
    height: 30px;
}

div#siparis_menu div.head h4 {
    padding: 10px 10px 0 24px;
	color:#fff;
}

div#siparis_menu .last {
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
    background: url('../img/layout/category_menu_foot_bg.png') no-repeat bottom left;
    padding-bottom: 12px;
}

#coupon			{background: url('../img/layout/coupon_bg.png') no-repeat; width:242px; height:50px; padding:10px 5px 10px 5px; visibility:hidden;}
#coupon .title	{font-family: "Trebuchet MS",sans-serif; font-size:18px; color:#C6A300; font-weight:normal; margin:3px 0px 11px 0px; padding-left:5px;}
#coupon .text	{border:1px solid #CCC; padding:3px; color:#666; width:140px;}

.flowerPopUp	{position:absolute; display:none; z-index:99900; padding:10px 5px; text-align:center; border:5px solid #e78900; background:#FFF;}
.flowerPopUp b	{color:#e78900; font-size:1.4em; font-family:"Trebuchet MS";}
