@charset "utf-8";
/* CSS Document */


/*	------------------- web font sec --------------------- 
*/

@font-face {
    font-family: 'TitilliumText22LRgRegular';
    src: url('../fonts/titillium/titilliumtext22l003-webfont.eot');
    src: url('../fonts/titillium/titilliumtext22l003-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium/titilliumtext22l003-webfont.woff') format('woff'),
         url('../fonts/titillium/titilliumtext22l003-webfont.ttf') format('truetype'),
         url('../fonts/titillium/titilliumtext22l003-webfont.svg#TitilliumText22LRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LLtMedium';
    src: url('../fonts/titillium/titilliumtext22l004-webfont.eot');
    src: url('../fonts/titillium/titilliumtext22l004-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium/titilliumtext22l004-webfont.woff') format('woff'),
         url('../fonts/titillium/titilliumtext22l004-webfont.ttf') format('truetype'),
         url('../fonts/titillium/titilliumtext22l004-webfont.svg#TitilliumText22LLtMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/sansation/Sansation_Regular.eot');
    src: url('../fonts/sansation/Sansation_Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation/Sansation_Regular.woff') format('woff'),
         url('../fonts/sansation/Sansation_Regular.ttf') format('truetype'),
         url('../fonts/sansation/Sansation_Regular.svg#Sansation Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SansationBold';
    src: url('../fonts/sansation/sansation_bold-webfont.eot');
    src: url('../fonts/sansation/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation/sansation_bold-webfont.woff') format('woff'),
         url('../fonts/sansation/sansation_bold-webfont.ttf') format('truetype'),
         url('../fonts/sansation/sansation_bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LXbBold';
    src: url('../fonts/titillium/titilliumtext22l006-webfont.eot');
    src: url('../fonts/titillium/titilliumtext22l006-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium/titilliumtext22l006-webfont.woff') format('woff'),
         url('../fonts/titillium/titilliumtext22l006-webfont.ttf') format('truetype'),
         url('../fonts/titillium/titilliumtext22l006-webfont.svg#TitilliumText22LXbBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LRgBold';
    src: url('../fonts/titillium/titilliumtext22l005-webfont.eot');
    src: url('../fonts/titillium/titilliumtext22l005-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium/titilliumtext22l005-webfont.woff') format('woff'),
         url('../fonts/titillium/titilliumtext22l005-webfont.ttf') format('truetype'),
         url('../fonts/titillium/titilliumtext22l005-webfont.svg#TitilliumText22LRgBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LThThin';
    src: url('../fonts/titillium/titilliumtext22l001-webfont.eot');
    src: url('../fonts/titillium/titilliumtext22l001-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium/titilliumtext22l001-webfont.woff') format('woff'),
         url('../fonts/titillium/titilliumtext22l001-webfont.ttf') format('truetype'),
         url('../fonts/titillium/titilliumtext22l001-webfont.svg#TitilliumText22LThThin') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*	-------------------- web font end -------------------
*/
/* 	-----------------------------------------------------
	------------------- General Styles ------------------
	----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

hr {
color:#e4e4e4;
height:1px;
margin-top:5px;
background-color:#e4e4e4;
border:0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:hover, a:active, a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Geneva, sans-serif;
    color: #062f3f;
    background: #ffffff;
    border-top: 4px solid #f0eeee;
    border-bottom: 4px solid #f0eeee;
}

.clr {
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
}

.left {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: left;
}

.right {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: right;
}

p {
    color: #504d4d;
    font: normal 14px/19px Arial, Helvetica, sans-serif;
	text-align:justify;

	}

a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}



/* 	-----------------------------------------------------
	------------------- General Styles end---------------
	----------------------------------------------------- */

#top-panel {
    background: #f0eeee;
    border-bottom: 4px solid #f0eeee;
    padding: 15px 20px;
    display: none;
}

#top-panel .content_panel {
    margin: 0px auto;
    padding: 0;
    width: 900px;
    height: auto;
}

#top-panel .content_panel h4 {
    font-family: 'TitilliumText22LXbBold';
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #4a4a4a;
    text-transform: uppercase;
}

#top-panel .content_panel h4 span {
    font-family: 'TitilliumText22LThThin';
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #727272;
}

#top-panel .content_panel p {
    color: #727272;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
}

#top-panel .content_panel ul.social {
    list-style: none;
    margin: 5px 0px;
    padding: 0px;
    float: left;
}

#top-panel .content_panel ul.social li {
    float: left;
    margin-right: 5px;
}

#top-panel .content_panel ul.social li a {
    display: block;
    width: 24px;
    position: relative;
    height: 24px;
}

#top-panel .content_panel ul.social li span {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#top-panel .content_panel .twitter {
    background: url(../images/icons/social/twitter.png) no-repeat;
}

#top-panel .content_panel .twitter span {
    background: url(../images/icons/social/twitter_hover.png) no-repeat;
}

#top-panel .content_panel .youtube {
    background: url(../images/icons/social/youtube.png) no-repeat;
}

#top-panel .content_panel .youtube span {
    background: url(../images/icons/social/youtube_hover.png) no-repeat;
}

#top-panel .content_panel .flickr {
    background: url(../images/icons/social/flickr.png) no-repeat;
}

#top-panel .content_panel .flickr span {
    background: url(../images/icons/social/flickr_hover.png) no-repeat;
}

#top-panel .content_panel .facebook {
    background: url(../images/icons/social/facebook.png) no-repeat;
}

#top-panel .content_panel .facebook span {
    background: url(../images/icons/social/facebook_hover.png) no-repeat;
}

#top-panel .content_panel .delicious {
    background: url(../images/icons/social/delicious.png) no-repeat;
}

#top-panel .content_panel .delicious span {
    background: url(../images/icons/social/delicious_hover.png) no-repeat;
}

#top-panel .content_panel .digg {
    background: url(../images/icons/social/digg.png) no-repeat;
}

#top-panel .content_panel .digg span {
    background: url(../images/icons/social/digg_hover.png) no-repeat;
}

#top-panel .content_panel .stumbleupon {
    background: url(../images/icons/social/stumbleupon.png) no-repeat;
}

#top-panel .content_panel .stumbleupon span {
    background: url(../images/icons/social/stumbleupon_hover.png) no-repeat;
}

#top-panel .content_panel .vimeo {
    background: url(../images/icons/social/vimeo.png) no-repeat;
}

#top-panel .content_panel .vimeo span {
    background: url(../images/icons/social/vimeo_hover.png) no-repeat;
}

#top-panel .content_panel .dribbble {
    background: url(../images/icons/social/dribbble.png) no-repeat;
}

#top-panel .content_panel .dribbble span {
    background: url(../images/icons/social/dribbble_hover.png) no-repeat;
}

#top-panel .content_panel .skype {
    background: url(../images/icons/social/skype.png) no-repeat;
}

#top-panel .content_panel .skype span {
    background: url(../images/icons/social/skype_hover.png) no-repeat;
}

#top-panel .content_panel .box01 {
    margin: 0;
    padding: 0;
    width: 420px;
    height: auto;
    float: left;
}

#top-panel .content_panel .box02 {
    margin: 0;
    padding: 0;
    width: 420px;
    height: auto;
    float: right;
}

/*	-----------------  header section start------------
	---------------------------------------------------
	---------------------------------------------------	  */

#footer_toggle {
    float: right;
    width: 70px;
    height: 20px;
    background: url(../images/footer_toggle.png) 0px 0px no-repeat;
    text-align: center;
    font-family: "Sansation";
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#footer_toggle a {
    color: #4a4a4a;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
    padding: 4px 0;
    display: block;
}

#header {
    width: 900px;
    height: auto;
    margin: 0px auto;
}

#header #header_top {
    width: 900px;
    height: auto;
    padding-bottom: 15px;
    border: 0px solid red;
}

#header #header_top #header_toggle {
    float: right;
    width: 70px;
    height: 20px;
    background: url(../images/userpanel_bg.png) 0px 0px no-repeat;
    text-align: center;
    font-family: "Sansation";
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#header #header_top #header_toggle a {
    color: #4a4a4a;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
    padding: 4px 0;
    display: block;
}

#header #header_top p.current_date {
    float: right;
    width: auto;
    margin: 5px 15px 0 0;
    color: #727272;
    font-size: 11px;
    line-height: 12px;
}

#header #header_mid {
    width: 900px;
    height: auto;
    padding-bottom: 25px;
    border: 0px solid red;
}

#header #header_mid #logo {
    float: left;
    width: 342px;
    height: auto;
    position: relative;
}

#header #header_mid #logo #big {
    font-family: 'TitilliumText22LXbBold';
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    color: #4a4a4a;
}

#header #header_mid #logo #big #light {
    font-family: 'TitilliumText22LThThin';
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #727272;
    vertical-align: top;
}

#header #header_mid #logo #big a {
    color: #4a4a4a;
    text-decoration: none;
}

#header #header_mid #logo #big a #light {
    color: #4a4a4a;
    text-decoration: none;
}

#header #header_mid #logo #lower {
    font-family: 'TitilliumText22LLtMedium';
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #727272;
    text-transform: uppercase;
}

#header #header_mid #logo .switch {
    position: absolute;
    right: 12px;
    top: 5px;
}

#header #header_mid #right_sec {
    float: right;
    width: auto;
    margin: 5px 0 0 10px;
}

#header #header_mid #right_sec #search_area {
    float: left;
    width: 277px;
    height: 26px;
    padding: 6px;
    background: #f0eeee;
}

#header #header_mid #right_sec #search_area #field01 {
    float: left;
    width: 220px;
    height: 26px;
}

#header #header_mid #right_sec #search_area #field01 input[type="text"] {
    width: 210px;
    height: 14px;
    border: 1px solid #ffffff;
    background: #fcfcfc;
    padding: 5px;
    color: #a7a7a7;
    font-size: 11px;
    line-height: 19px;
}

#header #header_mid #right_sec #user_count {
    float: right;
    margin-top: 1px;
    margin-right: 11px;
    border-top: 4px solid #f5f4f4;
    border-bottom: 4px solid #f5f4f4;
    background: #faf9f9;
    padding: 7px 12px;
    color: #858585;
    font: normal 11px/15px Tahoma, Geneva, sans-serif;
    text-align: center;
}

#header #header_mid #right_sec #user_count span {
    color: #3f3236;
    font: bold 11px/15px Tahoma, Geneva, sans-serif;
}

#navigation {
    width: 876px;
    height: 36px;
    padding: 6px 12px 0 12px;
    background: url(../images/navigation_bg.jpg) 0px 0px repeat-x;
}

#navigation ul {
    float: left;
	margin-left:4px;
    list-style: none;
}

#navigation ul li {
    display: inline;
    float: left;
    margin-right: 3px;
}

#navigation ul li:hover {
    background: url(../images/nav_hover-old.png);
}

#navigation ul li a {
    color: #d3d3d3;
    font: 11px/15px Tahoma, Geneva, sans-serif;
    text-decoration: none;
    padding: 5px 11px 16px 11px;
    display: block;
}

#navigation ul li a:hover {
    color: #ffffff;
}

#navigation ul li.current-page-item {
    background: url(../images/nav_hover.png);
}

#navigation ul li.current-page-item a {
    color: #ffffff;
}

#navigation p {
    float: right;
    color: #727272;
    font: 11px/15px Tahoma, Geneva, sans-serif;
    margin-top: 5px;
}

#navigation p a {
    color: #727272;
    text-decoration: none;
    margin: 0 3px;
}
/*	-----------------  header section end -------------
	---------------------------------------------------
	---------------------------------------------------	  */
	

/*	-----------------  body section start------------
	---------------------------------------------------
	---------------------------------------------------	  */
	
#body_section {
    width: 900px;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    border: 0px solid red;
    position: relative;
}

#body_section .green_bar {
    width: 868px;
    height: auto;
    padding: 10px 15px;
    margin: 10px auto 10px auto;
    background: #ebfcdf;
    border: 1px solid #c1e5a8;
    text-align: center;
    color: #627852;
    font: normal 11px/16px Tahoma, Geneva, sans-serif;
}

#body_section .green_bar a {
    color: #627852;
    font: bold 11px/16px Tahoma, Geneva, sans-serif;
    text-decoration: none;
}

#body_section #body_section_inner {
    width: 900px;
    height: auto;
    padding: 20px 0;
    border: 0px solid blue;
}

#body_section #body_section_inner p {
    color: #000;
    font: 12px/19px Tahoma, Geneva, sans-serif;
}
#body_section #body_section_inner p {
    margin: 16px 0;
}
#body_section #body_section_inner h1, 
#body_section #body_section_inner h2, 
#body_section #body_section_inner h3 {
    margin-bottom: 0;
    font-family: 'Sansation';
}

.vendor_icon {
margin: 2px 2px; 3px 5px; 
vertical-align: middle;
padding-bottom:3px;
}

h1 {
    font-family: 'TitilliumText22LXbBold';
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #4a4a4a;
}
h2 {
    font-family: 'TitilliumText22LXbBold';
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #4a4a4a;
}
#body_section #body_section_inner .oneInTwo {
	float: left;
	width: 438px;
	margin-right: 24px;
}
#body_section #body_section_inner .oneInTwo.last {
	margin-right: 0;
}
#body_section #body_section_inner .oneInThree {
	float: left;
	width: 284px;
	margin-right: 24px;
}
#body_section #body_section_inner .oneInThree.last {
	margin-right: 0;
}
#body_section #body_section_inner .oneInFour {
	float: left;
	width: 207px;
	margin-right: 24px;
}
#body_section #body_section_inner .oneInFour.last {
	margin-right: 0;
}

#body_section #left_sec {
    float: left;
    width: 642px;
    height: auto;
    border: 0px solid yellow;
}

#body_section #left_sec .listing_area {
    width: 642px;
    height: auto;
}

#body_section #left_sec .listing_area .listing_cntrl {
    width: 642px;
    height: auto;
    padding: 0px 0 12px 0;
    border-bottom: 1px dotted #b2b2b2;
}

#body_section #left_sec .listing_area .listing_cntrl .choose_categ {
    float: left;
    width: 148px;
    height: 28px;
    background: url(../images/drop-category_bg.png) 0px 0px no-repeat;
    margin-right: 10px;
}

#body_section #left_sec .listing_area .listing_cntrl .sort_according {
    float: left;
    width: 156px;
    height: 28px;
    background: url(../images/drop-sorting_by_bg.png) 0px 0px no-repeat;
    margin-right: 10px;
}

#body_section #left_sec .listing_area .listing_cntrl .browsing_style {
    float: right;
    width: 249px;
    height: auto;
    margin-top: 5px;
}

#body_section #left_sec .listing_area .listing_cntrl .browsing_style h3 {
    float: left;
    margin-right: 10px;
    color: #5d5f5f;
    font: normal 13px/18px 'TitilliumText22LRgRegular';
}

#body_section #left_sec .listing_area .listing_cntrl .browsing_style ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#body_section #left_sec .listing_area .listing_cntrl .browsing_style ul li {
    display: inline;
    float: left;
    margin: 0px 3px;
}

#body_section #left_sec .listing_area .listing_cntrl .browsing_style ul li a {
    padding: 4px;
    display: block;
}

#body_section #left_sec .listing_area .listing_cntrl .browsing_style ul li a:hover, #body_section #left_sec .listing_area .listing_cntrl .browsing_style ul li.selected a {
    background: url(../images/browsing_style_hov.png) 0px 0px no-repeat;
}

#body_section #left_sec .listing_area .listing_cntrl .prev_img {
    float: left;
    width: 95px;
    text-align: left;
    padding-top: 5px;
}

#body_section #left_sec .listing_area .listing_cntrl .prev_img a {
    color: #aaaaaa;
    font: 12px/normal Tahoma, Geneva, sans-serif;
    text-decoration: none;
    text-decoration: none;
    display: block;
    background: url(../images/prev_arr.png) 0px 0px no-repeat;
    padding-left: 27px;
}

#body_section #left_sec .listing_area .listing_cntrl .next_img {
    float: right;
    width: 95px;
    text-align: right;
    padding-top: 5px;
}

#body_section #left_sec .listing_area .listing_cntrl .next_img a {
    color: #aaaaaa;
    font: 12px/normal Tahoma, Geneva, sans-serif;
    text-decoration: none;
    text-decoration: none;
    display: block;
    border: 0px solid blue;
    background: url(../images/next_arr.png) 100% 0px no-repeat;
    padding-right: 27px;
}

#body_section #left_sec .listing_area .listing_cntrl .social_link_follow {
    float: left;
    width: 448px;
    height: auto;
    text-align: center;
    border: 0px solid green;
}

#body_section #left_sec .listing_area .listing_cntrl .social_link_follow ul {
    text-align: center;
    margin: 0px auto;
    list-style: none;
}

#body_section #left_sec .listing_area .listing_cntrl .social_link_follow ul li {
    display: inline;
    background: url(../images/follow_sep.png) 100% 5px no-repeat;
    padding: 0px 5px;
    margin: 0px;
    color: #5e6066;
    font: normal 11px/22px Tahoma, Geneva, sans-serif;
    text-decoration: none
}

#body_section #left_sec .listing_area .listing_cntrl .social_link_follow ul li.last {
    background: none;
}

#body_section #left_sec .listing_area .listing_cntrl .social_link_follow ul li img {
    vertical-align: middle;
    margin-right: 5px;
}

#body_section #left_sec .listing_area .list_sorted {
    width: 642px;
    height: auto;
    padding: 15px 0 5px 0;
    background: url(../images/grey_bottom_bar.png) left bottom repeat-x;
}

#body_section #left_sec .listing_area .list_sorted .list_table {
    width: 642px;
    height: auto;
	margin-top:5px;
}

#body_section #left_sec .listing_area .list_sorted .list_table thead th {
    background: #f0eeee;
    padding: 10px;
    color: #4a4a4a;
    font: normal 12px/19px 'TitilliumText22LLtMedium';
}

#body_section #left_sec .listing_area .list_sorted .list_table tbody td {
    padding: 7px 10px;
    border-bottom: 1px dotted #bfbfbf;
    border-left: 1px dotted #bfbfbf;
    color: #aaaaaa;
    font: 11px/19px Tahoma, Geneva, sans-serif;
}

#body_section #left_sec .listing_area .list_sorted .list_table thead th.tleft, #body_section #left_sec .listing_area .list_sorted .list_table tbody td.tleft {
    text-align: left;
}

#body_section #left_sec .listing_area .list_sorted .list_table tbody th.tcenter, #body_section #left_sec .listing_area .list_sorted .list_table tbody td.tcenter {
    text-align: center;
}

#body_section #left_sec .listing_area .list_sorted .list_table tbody td.leftcell {
    border-bottom: 1px dotted #bfbfbf;
    border-left: 0px dotted #bfbfbf;
    border-right: 0px dotted #bfbfbf;
}

#body_section #left_sec .listing_area .list_sorted .list_table tbody td.nobord {
    border-bottom: 1px dotted #bfbfbf;
    border-left: 0px dotted #bfbfbf;
	text-align:left;
}

#body_section #left_sec .listing_area .list_sorted .list_table tbody td h4 {
    color: #4a4a4a;
    font: normal 12px/19px 'TitilliumText22LLtMedium';
    text-transform: uppercase;
}

#body_section #left_sec .listing_area .list_sorted .list_table tbody td h5 {
    color: #777777;
    font: bold 11px/19px Tahoma, Geneva, sans-serif;
}

#body_section #left_sec .listing_area .pagging_cntrl {
    width: 642px;
    height: auto;
    border-bottom: 1px dotted #bfbfbf;
    border-top: 1px dotted #bfbfbf;
    margin: 5px 0;
    padding: 6px 0;
}

#body_section #left_sec .listing_area .pagging_cntrl .pg_prev {
    float: left;
    width: 150px;
    height: auto;
    text-align: left;
}

#body_section #left_sec .listing_area .pagging_cntrl .pg_next {
    float: right;
    width: 150px;
    height: auto;
    text-align: right;
}

#body_section #left_sec .listing_area .pagging_cntrl .pg_prev a, #body_section #left_sec .listing_area .pagging_cntrl .pg_next a {
    color: #434343;
    font: normal 12px/19px 'SansationBold';
    text-decoration: none;
}

#body_section #left_sec .listing_area .pagging_cntrl .show_page {
    float: left;
    width: 342px;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    font: normal 12px/19px 'TitilliumText22LXbBold';
    color: #989898;
}

#body_section #left_sec .listing_area .pagging_cntrl .show_page span {
    color: #4a4a4a;
}

#body_section #left_sec .listing_area .blog_division {
    width: 642px;
    height: auto;
    padding: 15px 0 5px 0;
}

#body_section #left_sec .listing_area .blog_division ul.blog_image {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#body_section #left_sec .listing_area .blog_division ul.blog_image li {
    display: inline;
    float: left;
    width: 288px;
    height: 186px;
    padding: 10px;
    margin: 0px 20px 15px 0px;
    border: 1px solid #d1d0d0;
}

#body_section #left_sec .listing_area .blog_division ul.blog_image li.lastbox {
    margin: 0px 0px 15px 0px;
}

#body_section #left_sec .listing_area .blog_division ul.blog_image li h2 {
    color: #4a4a4a;
    font: normal 14px/normal 'TitilliumText22LLtMedium';
    text-transform: uppercase;
    margin: 5px 0;
}

#body_section #left_sec .listing_area .blog_division ul.blog_image li h2 a {
    color: #4a4a4a;
    text-decoration: none;
}

#body_section #left_sec .listing_area .blog_division ul.blog_image li h5 {
    color: #a2a2a2;
    font: normal 11px/normal Tahoma, Geneva, sans-serif;
    margin: 5px 0;
}

#body_section #left_sec .listing_area .blog_division ul.blog_image li h5 a {
    color: #a2a2a2;
    text-decoration: none;
}

#body_section #left_sec .listing_area .blog_division ul.alt_blog_image {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#body_section #left_sec .listing_area .blog_division ul.alt_blog_image li {
    float: left;
    width: 308px;
    height: auto;
    padding: 0px;
    margin: 0px 24px 20px 0px;
    border: 0px solid blue;
}

#body_section #left_sec .listing_area .blog_division ul.alt_blog_image li div.images {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#body_section #left_sec .listing_area .blog_division ul.alt_blog_image li.lastbox {
    margin: 0px 0px 20px 0px;
}

#body_section #left_sec .listing_area .blog_division ul.alt_blog_image li div.img_title {
    margin-top: 2px;
    padding: 0px;
    width: 100%;
    background: #1b1b1b;
}

#body_section #left_sec .listing_area .blog_division ul.alt_blog_image li .img_title h2 {
    color: #ffffff;
    font: normal 13px/normal 'TitilliumText22LXbBold';
    text-transform: uppercase;
    margin-top: 0px;
    text-align: left;
}

#body_section #left_sec .listing_area .blog_division ul.alt_blog_image li .img_title h2 a {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 10px;
    display: block;
}

#body_section #left_sec .listing_area .single_section {
    width: 642px;
    height: auto;
    padding: 15px 0 5px 0;
}

#body_section #left_sec .listing_area .single_section .post {
    margin-bottom: 24px;
}
#body_section #left_sec .listing_area .single_section .show_img_bord {
    width: 621px;
    height: auto;
    padding: 10px;
    border: 1px solid #cfcece;
    text-align: center;
    margin-bottom: 24px;
}

#body_section #left_sec .listing_area .single_section .write_msg_area {
    width: 639px;
    height: 106px;
    padding: 1px;
    margin-bottom: 34px;
    border: 1px solid #d2d1d1;
}

#body_section #left_sec .listing_area .single_section .write_msg_area .sec06 {
    width: 629px;
    height: 58px;
    padding: 5px;
}

#body_section #left_sec .listing_area .single_section .write_msg_area .sec06 textarea {
    width: 628px;
    height: 45px;
    background: transparent;
    border: none;
    resize: none;
    color: #cccccc;
    font: normal 11px/15px Tahoma, Geneva, sans-serif;
}

#body_section #left_sec .listing_area .single_section .write_msg_area .row01 {
    width: 629px;
    height: auto;
    padding: 5px;
    background: #eeeded;
}

#body_section #left_sec .listing_area .single_section .write_msg_area .row01 .sec07 {
    float: left;
    width: 118px;
    height: 29px;
    margin-right: 6px;
}

#body_section #left_sec .listing_area .single_section .write_msg_area .row01 .sec07 input[type="text"] {
    width: 108px;
    height: 17px;
    border: 1px solid #d2d1d1;
    background: #fcfcfc;
    padding: 5px;
    color: #cccccc;
    font: normal 11px/15px Tahoma, Geneva, sans-serif;
}

#body_section #left_sec .listing_area .single_section .write_msg_area .row01 .label01 {
    float: left;
    width: 112px;
    margin-right: 6px;
    color: #373635;
    font: 11px/15px Tahoma, Geneva, sans-serif;
    text-align: right;
    padding-top: 6px;
}

#body_section #left_sec .listing_area .single_section .write_msg_area .row01 .sec08 {
    float: left;
    width: 30px;
    height: 29px;
    margin-right: 7px;
}

#body_section #left_sec .listing_area .single_section .write_msg_area .row01 .sec08 input[type="text"] {
    width: 20px;
    height: 17px;
    border: 1px solid #d2d1d1;
    background: #fcfcfc;
    padding: 5px;
    color: #cccccc;
    font: normal 11px/15px Tahoma, Geneva, sans-serif;
}

#body_section #left_sec .listing_area .single_section .write_msg_area .row01 .sec09 {
    float: left;
    width: 100px;
    height: 29px;
    margin-right: 0px;
}

#body_section #left_sec .listing_area .single_section .write_msg_area .row01 .sec09 input[type="submit"] {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 29px;
    background: url(../images/submit_bg.jpg) repeat-x left top;
    border: none;
    font: normal 11px/19px Tahoma, Geneva, sans-serif;
    color: #FFF;
    cursor: pointer;
}

#body_section #left_sec .listing_area .single_section .post_area {
    width: 642px;
    height: auto;
    border: 0px solid green;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post {
    width: 642px;
    height: auto;
    margin-bottom: 35px;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post .image_sec {
    float: left;
    background: #eeeded;
    padding: 6px;
    text-align: center;
    margin-right: 12px;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post .image_sec img {
    border: 1px solid #ffffff;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post .post-desc {
    float: left;
    width: 538px;
    height: auto;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post .post-desc .post_title {
    width: 538px;
    padding-bottom: 5px;
    border-bottom: 3px solid #d2d1d1;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post .post-desc .post_title h2 {
    float: left;
    color: #383735;

}
#body_section #left_sec .listing_area .single_section .post_area .each_post .post-desc .post_title h2 span {
    font: normal 11px/19px Tahoma, Geneva, sans-serif;
    color: #8d8d8d;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post .post-desc .post_title .feedback-count {
    float: right;
    width: 64px;
    height: auto;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post .post-desc .post_title .feedback-count ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post .post-desc .post_title .feedback-count ul li img {
    vertical-align: middle;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post .post-desc .post_title .feedback-count ul li {
    display: inline;
    margin: 0px;
    padding: 0px;
    color: green;
    font: bold 14px/normal Tahoma, Geneva, sans-serif;
}
#body_section #left_sec .listing_area .single_section .post_area .each_post .post-desc .post_title .feedback-count ul li.negative {
    color: red;
}

#body_section #left_sec .listing_area .single_section .post_area .each_post .post-desc p {
    color: #9f9f9f;
    font: normal 12px/19px Tahoma, Geneva, sans-serif;
    padding-top: 5px;
    margin: 0px;
}

#body_section #left_sec .listing_area .view-all {
    width: 612px;
    height: auto;
    margin: 10px 0;
    padding: 15px;
    text-align: center;
    background: #f5f5f6;
}

#body_section #left_sec .listing_area .view-all a {
    color: #666666;
    font: 11px/19px Tahoma, Geneva, sans-serif;
}
/*---------------------------sidebar start----------------------------------*/		
#body_section #sidebar {
    float: right;
    width: 228px;
    height: auto;
}

#body_section #sidebar .total_imagecount {
    width: 216px;
    height: auto;
    border: 1px solid #dbdbdb;
    text-align: center;
    padding: 6px;
    font: normal 13px/19px 'TitilliumText22LLtMedium';
    color: #4a4a4a;
}

#body_section #sidebar .total_imagecount span {
    font: normal 13px/19px 'TitilliumText22LXbBold';
}

#body_section #sidebar .sideboxes {
    width: 228px;
    height: auto;
    padding-bottom: 5px;
    margin: 25px 0;
    background: url(../images/sidebox_bottom.jpg) bottom left repeat-x;
}

#body_section #sidebar .sideboxes .title {
    width: 222px;
    height: 22px;
    padding: 8px 4px;
    background: url(../images/sidebox_title.jpg) 0px 0px repeat-x;
    text-align: left;
}

#body_section #sidebar .sideboxes .title h2 {
    color: #3a3a3a;
    font: normal 13px/20px 'TitilliumText22LXbBold';
    margin-bottom: 10px;
    text-transform: uppercase;
}

#body_section #sidebar .sideboxes#category .title h2 {
    background: url(../images/category_icon.png) 0px 3px no-repeat;
    padding-left: 22px;
}

#body_section #sidebar .sideboxes#archives .title h2 {
    background: url(../images/category_icon.png) 0px 3px no-repeat;
    padding-left: 22px;
}

#body_section #sidebar .sideboxes#recent_comments .title h2 {
    background: url(../images/comments_icon.png) 0px 3px no-repeat;
    padding-left: 22px;
}

#body_section #sidebar .sideboxes#pic_detail .title h2 {
    background: url(../images/image_detail_icon.png) 0px 3px no-repeat;
    padding-left: 22px;
}

#body_section #sidebar .sideboxes .itembox {
    width: 228px;
    height: auto;
}

#body_section #sidebar .sideboxes .itembox .item_row {
    width: 203px;
    height: auto;
    padding: 8px 0 8px 25px;
    border-bottom: 1px dotted #d1d1d1;
    background: url(../images/bullet_arrow.png) 5px 9px no-repeat;
}

#body_section #sidebar .sideboxes .itembox .item_row .sec01 {
    float: left;
    text-align: left;
    color: #767676;
    font: bold 11px/12px Tahoma, Geneva, sans-serif;
}

#body_section #sidebar .sideboxes .itembox .item_row .sec01 a {
    color: #767676;
    text-decoration: none;
}

#body_section #sidebar .sideboxes .itembox .item_row .sec02 {
    float: left;
    width: 99px;
    text-align: right;
    color: #767676;
    font: normal 11px/12px Tahoma, Geneva, sans-serif;
}

#body_section #sidebar .sideboxes .itemlist {
    width: 228px;
    height: auto;
    padding: 8px 0;
}

#body_section #sidebar .sideboxes .itemlist ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#body_section #sidebar .sideboxes .itemlist ul li {
    background: url(../images/bullet_arrow_sm.png) 0px 3px no-repeat;
    padding-left: 23px;
    color: #767676;
    font: 11px/15px Tahoma, Geneva, sans-serif;
    margin-bottom: 5px;
}

#body_section #sidebar .sideboxes .itemlist ul li a {
    color: #767676;
    text-decoration: none;
}

#body_section .slider-bg {
    width: 80px;
    height: 22px;
    position: absolute;
    bottom: -21px;
    right: 5px;
    z-index: 999;
}
		
/*	-----------------  body section end------------
	---------------------------------------------------
	---------------------------------------------------	  */
	


/*	-----------------  footer section start------------
	---------------------------------------------------
	---------------------------------------------------	  */

.footer_sec {
    width: 100%;
    height: auto;
    background: #f0eeee;
}

.footer_sec .footer_sec_inner {
    width: 900px;
    height: auto;
    margin: 0px auto;
    padding: 30px 0 10px 0;
    position: relative;
    border: 0px solid red;
}

.footer_sec .footer_top {
    width: 900px;
    height: auto;
}

.footer_sec .footer_left {
    float: left;
    width: 436px;
    height: auto;
}

.footer_sec h2 {
    color: #454546;
    font: normal 12px/20px 'TitilliumText22LXbBold';
    margin-bottom: 5px;
    text-transform: uppercase;
}

.footer_sec .footer_left .links {
    width: 436px;
    margin-bottom: 20px;
}

.footer_sec .footer_left .links .sec03 {
    float: left;
    width: 145px;
}

.footer_sec .footer_left .links .sec04 {
    float: left;
    width: 145px;
}

.footer_sec .footer_left .links .sec05 {
    float: left;
    width: 145px;
}

.footer_sec .footer_left .links ul {
    list-style: none;
    margin: 0px;
}

.footer_sec .footer_left .links ul li {
    margin-bottom: 3px;
}

.footer_sec a {
    color: #7d7d7d;
}
.footer_sec a:hover {
    text-decoration: underline;
}

.footer_sec .footer_left .links ul li a {
    font: normal 11px/15px Tahoma, Geneva, sans-serif;
    text-decoration: none;
}
.footer_sec .footer_left .links ul li a:hover {
    text-decoration: underline;
}

.footer_sec .footer_left .top_apps {
    width: 436px;
    margin-bottom: 20px;
}

.footer_sec .footer_left .top_apps ul {
    list-style: none;
    margin-top: 10px;
    padding: 0px;
}

.footer_sec .footer_left .top_apps ul li {
    float: left;
    margin-right: 12px;
}

.footer_sec .footer_left .top_apps ul li a {
    display: block;
    width: auto;
    position: relative;
    height: auto;
}

.footer_sec .footer_left .top_apps ul li span {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.footer_sec .footer_left .top_apps .app01 {
    background: url(../images/icons/application/apps_ico1.png) no-repeat;
    width: 24px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app01 span {
    background: url(../images/icons/application/apps_ico1_h.png) no-repeat;
    width: 24px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app02 {
    background: url(../images/icons/application/apps_ico2.png) no-repeat;
    width: 17px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app02 span {
    background: url(../images/icons/application/apps_ico2_h.png) no-repeat;
    width: 17px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app03 {
    background: url(../images/icons/application/apps_ico3.png) no-repeat;
    width: 23px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app03 span {
    background: url(../images/icons/application/apps_ico3_h.png) no-repeat;
    width: 23px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app04 {
    background: url(../images/icons/application/apps_ico4.png) no-repeat;
    width: 27px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app04 span {
    background: url(../images/icons/application/apps_ico4_h.png) no-repeat;
    width: 27px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app05 {
    background: url(../images/icons/application/apps_ico5.png) no-repeat;
    width: 28px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app05 span {
    background: url(../images/icons/application/apps_ico5_h.png) no-repeat;
    width: 28px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app06 {
    background: url(../images/icons/application/apps_ico6.png) no-repeat;
    width: 26px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app06 span {
    background: url(../images/icons/application/apps_ico6_h.png) no-repeat;
    width: 26px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app07 {
    background: url(../images/icons/application/apps_ico7.png) no-repeat;
    width: 14px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app07 span {
    background: url(../images/icons/application/apps_ico7_h.png) no-repeat;
    width: 14px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app08 {
    background: url(../images/icons/application/apps_ico8.png) no-repeat;
    width: 17px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app08 span {
    background: url(../images/icons/application/apps_ico8_h.png) no-repeat;
    width: 17px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app09 {
    background: url(../images/icons/application/apps_ico9.png) no-repeat;
    width: 29px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app09 span {
    background: url(../images/icons/application/apps_ico9_h.png) no-repeat;
    width: 29px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app10 {
    background: url(../images/icons/application/apps_ico10.png) no-repeat;
    width: 19px;
    height: 24px;
}

.footer_sec .footer_left .top_apps .app10 span {
    background: url(../images/icons/application/apps_ico10_h.png) no-repeat;
    width: 19px;
    height: 24px;
}

.footer_sec .footer_right {
    float: left;
    width: 452px;
    height: auto;
}

.footer_sec .footer_right p {
    color: #707173;
    font: normal 11px/19px Tahoma, Geneva, sans-serif;
}

.footer_sec .footer_right .social_link {
    width: 452px;
    height: auto;
    margin-top: 8px;
}

.footer_sec .footer_right .social_link ul {
    list-style: none;
    width: 335px;
    margin: 3px 0 0 0;
    padding: 0px;
    float: left;
}

.footer_sec .footer_right .social_link ul li {
    float: left;
    margin-right: 5px;
}

.footer_sec .footer_right .social_link .rss_link {
    float: right;
    width: 116px;
    height: 29px;
}

.footer_sec .footer_right .social_link .rss_link a {
    display: block;
    width: 116px;
    position: relative;
    height: 29px;
}

.footer_sec .footer_right .social_link .rss_link span {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 116px;
    height: 29px;
    cursor: pointer;
}

.footer_sec .footer_right .social_link .rss_link .rss {
    background: url(../images/rss_subscribe_link.png) no-repeat;
}

.footer_sec .footer_right .social_link .rss_link .rss span {
    background: url(../images/rss_subscribe_link_h.png) no-repeat;
}

.footer_sec .footer_right .social_link ul li a {
    display: block;
    width: 24px;
    position: relative;
    height: 24px;
}

.fadeThis * {
    display: none;
}

.footer_sec .footer_right .social_link ul li span {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.footer_sec .footer_right .social_link .twitter {
    background: url(../images/icons/social/twitter.png) no-repeat;
}

.footer_sec .footer_right .social_link .twitter span {
    background: url(../images/icons/social/twitter_hover.png) no-repeat;
}

.footer_sec .footer_right .social_link .youtube {
    background: url(../images/icons/social/youtube.png) no-repeat;
}

.footer_sec .footer_right .social_link .youtube span {
    background: url(../images/icons/social/youtube_hover.png) no-repeat;
}

.footer_sec .footer_right .social_link .flickr {
    background: url(../images/icons/social/flickr.png) no-repeat;
}

.footer_sec .footer_right .social_link .flickr span {
    background: url(../images/icons/social/flickr_hover.png) no-repeat;
}

.footer_sec .footer_right .social_link .facebook {
    background: url(../images/icons/social/facebook.png) no-repeat;
}

.footer_sec .footer_right .social_link .facebook span {
    background: url(../images/icons/social/facebook_hover.png) no-repeat;
}

.footer_sec .footer_right .social_link .delicious {
    background: url(../images/icons/social/delicious.png) no-repeat;
}

.footer_sec .footer_right .social_link .delicious span {
    background: url(../images/icons/social/delicious_hover.png) no-repeat;
}

.footer_sec .footer_right .social_link .digg {
    background: url(../images/icons/social/digg.png) no-repeat;
}

.footer_sec .footer_right .social_link .digg span {
    background: url(../images/icons/social/digg_hover.png) no-repeat;
}

.footer_sec .footer_right .social_link .stumbleupon {
    background: url(../images/icons/social/stumbleupon.png) no-repeat;
}

.footer_sec .footer_right .social_link .stumbleupon span {
    background: url(../images/icons/social/stumbleupon_hover.png) no-repeat;
}

.footer_sec .footer_right .social_link .vimeo {
    background: url(../images/icons/social/vimeo.png) no-repeat;
}

.footer_sec .footer_right .social_link .vimeo span {
    background: url(../images/icons/social/vimeo_hover.png) no-repeat;
}

.footer_sec .footer_right .social_link .dribbble {
    background: url(../images/icons/social/dribbble.png) no-repeat;
}

.footer_sec .footer_right .social_link .dribbble span {
    background: url(../images/icons/social/dribbble_hover.png) no-repeat;
}

.footer_sec .footer_right .social_link .skype {
    background: url(../images/icons/social/skype.png) no-repeat;
}

.footer_sec .footer_right .social_link .skype span {
    background: url(../images/icons/social/skype_hover.png) no-repeat;
}

.footer_sec .footer_bottom {
    width: 900px;
    height: auto;
    background: url(../images/footer_bord.png) 0px 0px repeat-x;
    padding: 8px 0;
    margin: 10px 0 0 0;
}

.footer_sec .footer_bottom .copy_sec {
    float: left;
    text-align: left;
}

.footer_sec .footer_bottom .copy_sec p {
    color: #919191;
    font: normal 11px/15px Tahoma, Geneva, sans-serif;
    margin-top: 5px;
}

.footer_sec .footer_bottom .footer_menu {
    float: right;
}

.footer_sec .footer_bottom .footer_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer_sec .footer_bottom .footer_menu ul li {
    display: inline;
}

.footer_sec .footer_bottom a {
    color: #919191;
    font: normal 11px/15px Tahoma, Geneva, sans-serif;
    text-decoration: none;
    margin: 0px 3px;
}
.footer_sec .footer_bottom a:hover {
    text-decoration: underline;
}
/*	-----------------  footer section end------------
	---------------------------------------------------
	---------------------------------------------------	  */
.datagrid table 
{ border-collapse: collapse; text-align: left; width: 100%;} 
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #8C8C8C; }
.datagrid table td, .datagrid table th { padding: 6px 10px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');background-color:#8C8C8C; color:#FFFFFF; font-size: 15px; font-weight: bold; } 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #7D7D7D; border-left: 1px solid #DBDBDB;font-size: 12px;font-weight: normal; }
.datagrid table tbody .alt tr { background: #EBEBEB; color: #7D7D7D; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }		
span[class^="icon_"] { margin-bottom:5px; padding: 8px 16px 0px 30px; min-height: 20px; line-height: 20px; }

span.icon_user 				   { background: url('/assets/images/icons/icon_user.gif') no-repeat 4px 10px; }
span.icon_file_acrobat         { background: url('/assets/images/icons/file_acrobat.gif') no-repeat 4px 10px; }
span.icon_download             { background: url('/assets/images/icons/icon_download.gif') no-repeat 4px 10px; }
span.icon_email                { background: url('/assets/images/icons/icon_email.gif') no-repeat 4px 10px; }
span.icon_action_back          { background: url('/assets/images/icons/action_back.gif') no-repeat 4px 10px; }
span.icon_action_forward       { background: url('/assets/images/icons/action_forward.gif') no-repeat 4px 10px; }
span.icon_action_go            { background: url('/assets/images/icons/action_go.gif') no-repeat 4px 10px; }
span.icon_action_paste         { background: url('/assets/images/icons/action_paste.gif') no-repeat 4px 10px; }
span.icon_action_print         { background: url('/assets/images/icons/action_print.gif') no-repeat 4px 10px; }
span.icon_action_refresh       { background: url('/assets/images/icons/action_refresh.gif') no-repeat 4px 10px; }
span.icon_action_refresh_blue  { background: url('/assets/images/icons/action_refresh_blue.gif') no-repeat 4px 10px; }
span.icon_action_save          { background: url('/assets/images/icons/action_save.gif') no-repeat 4px 10px; }
span.icon_action_stop          { background: url('/assets/images/icons/action_stop.gif') no-repeat 4px 10px; }
span.icon_box                  { background: url('/assets/images/icons/box.gif') no-repeat 4px 10px; }
span.icon_calendar             { background: url('/assets/images/icons/calendar.gif') no-repeat 4px 10px; }
span.icon_comment              { background: url('/assets/images/icons/comment.gif') no-repeat 4px 10px; }
span.icon_copy                 { background: url('/assets/images/icons/copy.gif') no-repeat 4px 10px; }
span.icon_cut                  { background: url('/assets/images/icons/cut.gif') no-repeat 4px 10px; }
span.icon_date                 { background: url('/assets/images/icons/date.gif') no-repeat 4px 10px; }
span.icon_folder               { background: url('/assets/images/icons/folder.gif') no-repeat 4px 10px; }
span.icon_folder_delete        { background: url('/assets/images/icons/folder_delete.gif') no-repeat 4px 10px; }
span.icon_folder_images        { background: url('/assets/images/icons/folder_images.gif') no-repeat 4px 10px; }
span.icon_folder_lock          { background: url('/assets/images/icons/folder_lock.gif') no-repeat 4px 10px; }
span.icon_accept               { background: url('/assets/images/icons/icon_accept.gif') no-repeat 4px 10px; }
span.icon_alert                { background: url('/assets/images/icons/icon_alert.gif') no-repeat 4px 10px; }
span.icon_attachment           { background: url('/assets/images/icons/icon_attachment.gif') no-repeat 4px 10px; }
span.icon_clock                { background: url('/assets/images/icons/icon_clock.gif') no-repeat 4px 10px; }
span.icon_download             { background: url('/assets/images/icons/icon_download.gif') no-repeat 4px 10px; }
span.icon_extension            { background: url('/assets/images/icons/icon_extension.gif') no-repeat 4px 10px; }
span.icon_favourites           { background: url('/assets/images/icons/icon_favourites.gif') no-repeat 4px 10px; }
span.icon_get_world            { background: url('/assets/images/icons/icon_get_world.gif') no-repeat 4px 10px; }
span.icon_history              { background: url('/assets/images/icons/icon_history.gif') no-repeat 4px 10px; }
span.icon_home                 { background: url('/assets/images/icons/icon_home.gif') no-repeat 4px 10px; }
span.icon_info                 { background: url('/assets/images/icons/icon_info.gif') no-repeat 4px 10px; }
span.icon_key                  { background: url('/assets/images/icons/icon_key.gif') no-repeat 4px 10px; }
span.icon_link                 { background: url('/assets/images/icons/icon_link.gif') no-repeat 4px 10px; }
span.icon_monitor_mac          { background: url('/assets/images/icons/icon_monitor_mac.gif') no-repeat 4px 10px; }
span.icon_monitor_pc           { background: url('/assets/images/icons/icon_monitor_pc.gif') no-repeat 4px 10px; }
span.icon_network              { background: url('/assets/images/icons/icon_network.gif') no-repeat 4px 10px; }
span.icon_mail                 { background: url('/assets/images/icons/icon_mail.gif') no-repeat 4px 10px; }
span.icon_package              { background: url('/assets/images/icons/icon_package.gif') no-repeat 4px 10px; }
span.icon_package_get          { background: url('/assets/images/icons/icon_package_get.gif') no-repeat 4px 10px; }
span.icon_package_open         { background: url('/assets/images/icons/icon_package_open.gif') no-repeat 4px 10px; }
span.icon_padlock              { background: url('/assets/images/icons/icon_padlock.gif') no-repeat 4px 10px; }
span.icon_security             { background: url('/assets/images/icons/icon_security.gif') no-repeat 4px 10px; }
span.icon_settings             { background: url('/assets/images/icons/icon_settings.gif') no-repeat 4px 10px; }
span.icon_wand                 { background: url('/assets/images/icons/icon_wand.gif') no-repeat 4px 10px; }
span.icon_world                { background: url('/assets/images/icons/icon_security.gif') no-repeat 4px 10px; }
span.icon_image                { background: url('/assets/images/icons/image.gif') no-repeat 4px 10px; }
span.icon_image_new            { background: url('/assets/images/icons/image_new.gif') no-repeat 4px 10px; }
span.icon_interface_browser    { background: url('/assets/images/icons/icon_security.gif') no-repeat 4px 10px; }

.contentlist {
margin-left:40px;
margin-bottom:20px;
font-size:12px;
line-height:24px;
}
.contentlist a {
color:#006699;
}

#primary_nav_wrap
{
	float:left;
	margin-right:10px;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 10;
	
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:38px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}
