<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #FFFFFF;
    color: #222222;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 75%;
}
#container {
	margin:auto;
}

#bottom-buttons {
    /*clear: both;*/
    float: left;
    list-style-type: none;
    margin: 17px 0 0px;
    padding: 0 0 0 30px;
}
#bottom-buttons li {
    float: left;
    height: 100px;
    margin-bottom: 12px;
    margin-right: 26px;
    position: relative;
    text-align: center;
    width: 277px;
}
#bottom-buttons li a {
    background:none;
    cursor: pointer;
    display: block;
    height: 83px;
    padding-left: 4px;
    text-decoration: none;
    width: 271px;
}
#bottom-buttons li a span.top {
    color: #FFFFFF;
    font-size: 1.16em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    line-height: 2;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 271px;
	background: #cb0404;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow:inset 0 5px 15px #800404;
}

#bottom-buttons li a span.bottom {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    height: 45px;
    left: 4px;
    padding-top: 10px;
    position: absolute;
    top: 30px;
    width: 269px;
	border:1px solid #aaa;
	border-top:0;
	background: #fff;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow:inset 0 -5px 15px #888;
}
#bottom-buttons li a:hover span.top {
	box-shadow:inset 0 2px 6px #a10606;
}
#bottom-buttons li a:hover span.bottom {
	box-shadow:inset 0 -2px 6px #ccc;
}


/* Buttons Style 2 */
#bottom-buttons2 {
    /*clear: both;*/
    float: left;
    list-style-type: none;
    margin: 17px 0 0px;
    padding: 0 0 0 30px;
}
#bottom-buttons2 li {
    float: left;
    height: 83px;
    margin-bottom: 12px;
    margin-right: 26px;
    position: relative;
    text-align: center;
    width: 277px;
}
#bottom-buttons2 li a {
    background:none;
    cursor: pointer;
    display: block;
    height: 83px;
    padding-left: 4px;
    text-decoration: none;
    width: 271px;
}
#bottom-buttons2 li a span.top {
    color: #FFFFFF;
    font-size: 1.16em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    line-height: 2;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 271px;
	background: #7a9636;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 2px 10px #333;
}
#bottom-buttons2 li a span.bottom {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    height: 40px;
    left: 4px;
    padding-top: 8px;
    position: absolute;
    top: 30px;
    width: 269px;
	border:1px solid #aaa;
	border-top:0;
	background: #fff;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 -2px 10px #444;
}
#bottom-buttons2 li a:hover span.top {
	box-shadow:inset 0 2px 6px #666;
}
#bottom-buttons2 li a:hover span.bottom {
	box-shadow:inset 0 -2px 6px #ccc;
}


/* Buttons Style 3 */
#bottom-buttons3 {
    /*clear: both;*/
    float: left;
    list-style-type: none;
    margin: 17px 0 0px;
    padding: 0 0 0 30px;
}
#bottom-buttons3 li {
    float: left;
    height: 100px;
    margin-bottom: 12px;
    margin-right: 26px;
    position: relative;
    text-align: center;
    width: 277px;
}
#bottom-buttons3 li a {
    background:none;
    cursor: pointer;
    display: block;
    height: 83px;
    padding-left: 4px;
    text-decoration: none;
    width: 271px;
}
#bottom-buttons3 li a span.top {
    color: #FFFFFF;
    font-size: 1.16em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    line-height: 2;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 271px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: #fcba97; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcba97 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcba97), color-stop(50%,#f17432), color-stop(51%,#ea5507), color-stop(100%,#fb955e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcba97 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcba97 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcba97 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* IE10+ */
	background: linear-gradient(top,  #fcba97 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcba97', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px 10px #333;
}
#bottom-buttons3 li a span.bottom {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    height: 44px;
    left: 4px;
    padding-top: 18px;
    position: absolute;
    top: 30px;
    width: 269px;
	border:1px solid #aaa;
	border-top:0;
	background: #fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 2px 10px #444;
}
#bottom-buttons3 li a:hover span.top {
	box-shadow:inset 0 2px 6px #ea5507;
}
#bottom-buttons3 li a:hover span.bottom {
	box-shadow:inset 0 -2px 6px #ccc;
}


/* Buttons Style 4 */
#bottom-buttons4 {
    /*clear: both;*/
    float: left;
    list-style-type: none;
    margin: 17px 0 0px;
    padding: 0 0 0 30px;
}
#bottom-buttons4 li {
    float: left;
    height: 130px;
    margin-bottom: 12px;
    margin-right: 26px;
    position: relative;
    text-align: center;
    width: 277px;
}
#bottom-buttons4 li a {
    background:none;
    cursor: pointer;
    display: block;
    height: 83px;
    padding-left: 4px;
    text-decoration: none;
    width: 271px;
}
#bottom-buttons4 li a span.top {
    color: #FFFFFF;
    font-size: 1.16em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    line-height: 2;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 271px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #f0b7a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(50%,#8c3310), color-stop(51%,#752201), color-stop(100%,#bf6e4e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* IE10+ */
	background: linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px 10px #333;
}
#bottom-buttons4 li a span.bottom {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    height: 60px;
    left: 4px;
    padding-top: 30px;
    position: absolute;
    top: 30px;
    width: 269px;
	border:1px solid #aaa;
	border-top:0;
	background: #fff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow:0 -2px 6px #ccc;
}
#bottom-buttons4 li a:hover span.top {
	box-shadow:inset 0 2px 6px #752201;
}
#bottom-buttons4 li a:hover span.bottom {
	box-shadow:inset 0 -2px 6px #ccc;
}


/* Buttons Style 5 */
#bottom-buttons5 {
    /*clear: both;*/
    float: left;
    list-style-type: none;
    margin: 17px 0 0px;
    padding: 0 0 0 30px;
}
#bottom-buttons5 li {
    float: left;
    height: 200px;
    margin-bottom: 12px;
    margin-right: 26px;
    position: relative;
    text-align: center;
    width: 277px;
}
#bottom-buttons5 li a {
    background:none;
    cursor: pointer;
    display: block;
    height: 83px;
    padding-left: 4px;
    text-decoration: none;
    width: 271px;
}
#bottom-buttons5 li a span.top {
    color: #FFFFFF;
    font-size: 1.16em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    line-height: 2;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 271px;
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	background: linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px 10px #333;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#bottom-buttons5 li a span.bottom {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    height: 95px;
    left: 4px;
    padding-top: 60px;
    position: absolute;
    top: 30px;
    width: 269px;
	border:1px solid #aaa;
	border-top:0;
	background: #ddd;
	text-shadow:-1px 1px 0 #fff;
	box-shadow: 0 2px 6px #444;
}
#bottom-buttons5 li a:hover span.top {
	box-shadow:inset 0 2px 6px #000;
}
#bottom-buttons5 li a:hover span.bottom {
	box-shadow:inset 0 2px 6px #444;
	border-bottom:2px solid;
	text-shadow:none;
	color:#111;
}


/* Buttons Style 6 */
#bottom-buttons6 {
    /*clear: both;*/
    float: left;
    list-style-type: none;
    margin: 17px 0 0px;
    padding: 0 0 0 30px;
}
#bottom-buttons6 li {
    float: left;
    height: 90px;
    margin-bottom: 12px;
    margin-right: 26px;
    position: relative;
    text-align: center;
    width: 277px;
}
#bottom-buttons6 li a {
    background:none;
    cursor: pointer;
    display: block;
    height: 83px;
    padding-left: 4px;
    text-decoration: none;
    width: 271px;
}
#bottom-buttons6 li a span.top {
    color: #FFFFFF;
    font-size: 1.16em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    line-height: 2;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 269px;
	border:1px solid #2c539e;
	border-bottom:0;
	background: rgb(179,220,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,220,237,1)), color-stop(50%,rgba(41,184,229,1)), color-stop(100%,rgba(188,224,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-shadow: -1px 1px 0 #0e87ae;
	box-shadow: 0 2px 6px #333;
}
#bottom-buttons6 li a span.bottom {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    height: 40px;
    left: 4px;
    padding-top: 10px;
    position: absolute;
    top: 30px;
    width: 269px;
	border:1px solid #2c539e;
	border-top:0;
	background: #bce0ee;
	text-shadow: -1px 1px 0 #fff;
	box-shadow: 0 2px 6px #444;
}
#bottom-buttons6 li a:hover span.top {
	box-shadow:inset 0 4px 6px #333;
	text-shadow:none;
}
#bottom-buttons6 li a:hover span.bottom {
	box-shadow:inset 0 2px 6px #444;
	text-shadow:none;
}

/* Buttons Style 7 */

#bottom-buttons7 {
    clear: both;
    float: left;
    list-style-type: none;
    margin: 32px 0 0;
    padding: 0 0 0 29px;
	font-family:Arial, Helvetica, sans-serif;
}
#bottom-buttons7 li {
    float: left;
    margin-bottom: 12px;
    margin-right: 26px;
    position: relative;
    text-align: center;
    width: 277px;
	padding:12px 0;
	overflow:hidden;
	border:0px solid #808080;
	border-radius:10px;
	background: rgb(162,166,169); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(162,166,169,1) 0%, rgba(35,33,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,166,169,1)), color-stop(100%,rgba(35,33,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(162,166,169,1) 0%,rgba(35,33,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(162,166,169,1) 0%,rgba(35,33,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(162,166,169,1) 0%,rgba(35,33,34,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(162,166,169,1) 0%,rgba(35,33,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a6a9', endColorstr='#232122',GradientType=0 ); /* IE6-9 */
}
#bottom-buttons7 li a{
	text-decoration:none;
	color:#fff;
	font-size:19px;
}
#bottom-buttons7 li a h2{
	font-size:21px;
}
#bottom-buttons7 li img{
	border:1px solid #808080;
	margin-bottom:5px;
}


/* Buttons Style 60 */
#bottom-buttons60 {
    /*clear: both;*/
    float: left;
    list-style-type: none;
    margin: 17px 0 0px;
    padding: 0 0 0 30px;
}
#bottom-buttons60 li {
    float: left;
    height: 80px;
    margin-bottom: 12px;
    margin-right: 26px;
    position: relative;
    text-align: center;
    width: 277px;
}
#bottom-buttons60 li a {
    background:none;
    cursor: pointer;
    display: block;
    height: 60px;
    padding-left: 4px;
    text-decoration: none;
    width: 271px;
}
#bottom-buttons60 li a span.top {
    color: #FFFFFF;
    font-size: 1.16em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    line-height: 2;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 271px;
	background: #7a9636;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 2px 10px #333;
}
#bottom-buttons60 li a span.bottom {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    padding-top: 8px;
    position: absolute;
    top: 30px;
    width: 269px;
	border:1px solid #aaa;
	border-top:0;
	background: #fff;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 -2px 10px #444;
}
#bottom-buttons60 li a:hover span.top {
	box-shadow:inset 0 2px 6px #666;
}
#bottom-buttons60 li a:hover span.bottom {
	box-shadow:inset 0 -2px 6px #ccc;
}

/* Buttons Style 8 */
#bottom-buttons8 {
    /*clear: both;*/
    float: left;
    list-style-type: none;
    margin: 17px 0 0px;
    padding: 0 0 0 30px;
}
#bottom-buttons8 li {
    float: left;
    height: 80px;
    margin-bottom: 12px;
    margin-right: 26px;
    position: relative;
    text-align: center;
    width: 277px;
}
#bottom-buttons8 li a {
    background:none;
    cursor: pointer;
    display: block;
    height: 60px;
    padding-left: 4px;
    text-decoration: none;
    width: 271px;
}
#bottom-buttons8 li a span.top {
    color: #FFFFFF;
    font-size: 1.16em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    line-height: 2;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 271px;
	background: #7a9636;
	box-shadow: 0 2px 10px #333;
}
#bottom-buttons8 li a span.bottom {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    padding-top: 8px;
    position: absolute;
    top: 30px;
    width: 269px;
	border:1px solid #aaa;
	border-top:0;
	background: #fff;
	box-shadow: 0 -2px 10px #444;
}
#bottom-buttons8 li a:hover span.top {
	box-shadow:inset 0 2px 6px #666;
}
#bottom-buttons8 li a:hover span.bottom {
	box-shadow:inset 0 -2px 6px #ccc;
}

/* Buttons Style 9 */
#bottom-buttons9 {
    /*clear: both;*/
    float: left;
    list-style-type: none;
    margin: 17px 0 0px;
    padding: 0 0 0 30px;
}
#bottom-buttons9 li {
    float: left;
    height: 83px;
    margin-bottom: 12px;
    margin-right: 26px;
    position: relative;
    text-align: center;
    width: 277px;
}
#bottom-buttons9 li a {
    background:none;
    cursor: pointer;
    display: block;
    height: 83px;
    padding-left: 4px;
    text-decoration: none;
    width: 271px;
}
#bottom-buttons9 li a span.top {
    color: #FFFFFF;
    font-size: 1.16em;
    font-weight: bold;
    height: 30px;
    left: 4px;
    line-height: 2;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 271px;
	background: #7a9636;
	box-shadow: 0 2px 10px #333;
}
#bottom-buttons9 li a span.bottom {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    height: 40px;
    left: 4px;
    padding-top: 8px;
    position: absolute;
    top: 30px;
    width: 269px;
	border:1px solid #aaa;
	border-top:0;
	background: #fff;
	box-shadow: 0 -2px 10px #444;
}
#bottom-buttons9 li a:hover span.top {
	box-shadow:inset 0 2px 6px #666;
}
#bottom-buttons9 li a:hover span.bottom {
	box-shadow:inset 0 -2px 6px #ccc;
}

/*Button Style 10 */
.product_list 
{
    background: none repeat scroll 0 0 #3b3b3b;
    /*border-radius: 10px 10px 10px 10px;*/
    float: left;
    /*margin: 0 0 18px;*/
    padding-top: 22px;
    width: 100%;
}

.buyers_one 
{
   /* background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 5px 5px;
    float: left;
    margin: 0 20px 22px;
	box-shadow:0 3px 7px 0;
    min-height: 100px;
    padding-bottom: 10px;
    position: relative;
    width: 197px;*/
	
	background: none repeat scroll 0 0 #FFFFFF;
   border-radius: 0 0 5px 5px;
   box-shadow: 0 3px 7px 0;
   display: inline;
   float: left;
   margin: 0 20px 22px;
   min-height: 335px;
   padding-bottom: 10px;
   position: relative;
   width: 197px;
}
	
.seller_bg 
{
    background: none repeat scroll 0 0 #D21900;
    border: 2px solid #FFFFFF;
    border-radius: 0 0 8px 8px;
    float: left;
	background-image:url(../img/bottom_buttons_pics/homefade.png);
	background-repeat:no-repeat;
	background-position: center left;
    height: 43px;
    position: absolute;
    top: 0;
    width: 193px;
}
	
.seller_bg span
{
	float:left;
	margin:5px 0 0 20px;
	font-size:22px;
	font-weight: normal;
	color:#FFFFFF;
}	
	
.buyer_pic
{
	float:left;
	margin:30px 0 0 0px;
}
	
.buyers_one p
{
	float:left;
	margin:0 0 0 0px;
	font-size:12px;
	padding:5px;
}
	
.buyers_one a
{
	color:#C21700;
	float:right;
	font-size:12px;
	padding:0 5px 0 0px;
}
	
.arrow_top 
{
    float: right;
    position: absolute;
    right: 8px;
    top: 32px;
}	</pre></body></html>